From ba17298db547fb0771241f9faacf785747b910fa Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Tue, 5 Sep 2023 03:38:58 +0800 Subject: [PATCH] python-build: Update to 1.0.0 Signed-off-by: Jeffery To --- lang/python/python-build/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-build/Makefile b/lang/python/python-build/Makefile index e93025a631..39a35565a6 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:=0.10.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.0.0 +PKG_RELEASE:=1 PYPI_NAME:=build -PKG_HASH:=d5b71264afdb5951d6704482aac78de887c80691c52b88a9ad195983ca2c9269 +PKG_HASH:=49a60f212df4d9925727c2118e1cbe3abf30b393eff7d0e7287d2170eb36844d PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE