diff options
author | Jeffery To <jeffery.to@gmail.com> | 2019-10-21 05:06:35 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-10-21 21:10:35 +0800 |
commit | 46c43b29f7e5c332ed229e7b3d33e170b4bef4c9 (patch) | |
tree | e8e72c8f5bcd57b9e6305ecbe96c5342c8954d0b /lang | |
parent | f2d744d31af088a3e66813d7f81197f3904f2988 (diff) |
python-automat: Update to 0.8.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-automat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-automat/Makefile b/lang/python/python-automat/Makefile index b2b3a6608..2161e0b78 100644 --- a/lang/python/python-automat/Makefile +++ b/lang/python/python-automat/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-automat -PKG_VERSION:=0.7.0 -PKG_RELEASE:=2 +PKG_VERSION:=0.8.0 +PKG_RELEASE:=1 PKG_SOURCE:=Automat-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/A/Automat -PKG_HASH:=cbd78b83fa2d81fe2a4d23d258e1661dd7493c9a50ee2f1a5b2cac61c1793b0e +PKG_HASH:=269a09dfb063a3b078983f4976d83f0a0d3e6e7aaf8e27d8df1095e09dc4a484 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-automat-$(PKG_VERSION) |