diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-09-11 11:19:24 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-09-14 21:37:51 +0800 |
commit | 21eb9b7456d0137383e8f41fccaa21bf55046b61 (patch) | |
tree | dc6356c23e2095a750160794bf163a0719211d51 /lang/python | |
parent | 701368824eb4118e6142c999744da40df79e8ae9 (diff) |
python-build: Update to 1.0.3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/python-build/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-build/Makefile b/lang/python/python-build/Makefile index 39a35565a..3b2ab65cb 100644 --- a/lang/python/python-build/Makefile +++ b/lang/python/python-build/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-build -PKG_VERSION:=1.0.0 +PKG_VERSION:=1.0.3 PKG_RELEASE:=1 PYPI_NAME:=build -PKG_HASH:=49a60f212df4d9925727c2118e1cbe3abf30b393eff7d0e7287d2170eb36844d +PKG_HASH:=538aab1b64f9828977f84bc63ae570b060a8ed1be419e7870b8b4fc5e6ea553b PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE |