diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-09-27 12:07:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-27 12:07:08 -0700 |
commit | b72cbb7e2cc00ddd96813f05cddf818ec3a166ff (patch) | |
tree | 4eb2e7a494186c6f6609d2b2d93416c5663f67db | |
parent | d8e729f11029ae9065522b1e27caea3a4bec9efb (diff) | |
parent | ad9fe1b60b24b58d255caeb7ce11e953a153acae (diff) |
Merge pull request #10092 from ysc3839/pycryptodome
python-cryptodome: update to 3.9.0
-rw-r--r-- | lang/python/python-cryptodome/Makefile | 4 | ||||
-rw-r--r-- | lang/python/python-cryptodomex/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/python-cryptodome/Makefile b/lang/python/python-cryptodome/Makefile index fe2e80c92..24705b61b 100644 --- a/lang/python/python-cryptodome/Makefile +++ b/lang/python/python-cryptodome/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-cryptodome -PKG_VERSION:=3.8.2 +PKG_VERSION:=3.9.0 PKG_RELEASE:=1 PKG_SOURCE:=pycryptodome-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/pycryptodome -PKG_HASH:=5bc40f8aa7ba8ca7f833ad2477b9d84e1bfd2630b22a46d9bbd221982f8c3ac0 +PKG_HASH:=dbeb08ad850056747aa7d5f33273b7ce0b9a77910604a1be7b7a6f2ef076213f PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-cryptodome-$(PKG_VERSION) diff --git a/lang/python/python-cryptodomex/Makefile b/lang/python/python-cryptodomex/Makefile index b285c9046..ed6ea64ba 100644 --- a/lang/python/python-cryptodomex/Makefile +++ b/lang/python/python-cryptodomex/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-cryptodomex -PKG_VERSION:=3.8.2 +PKG_VERSION:=3.9.0 PKG_RELEASE:=1 PKG_SOURCE:=pycryptodomex-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/pycryptodomex -PKG_HASH:=e50b15af6bbdc6b5f8bd70d818cb846b15303ffa6c371b799db561a403a21607 +PKG_HASH:=8b604f4fa1de456d6d19771b01c2823675a75a2c60e51a6b738f71fdfe865370 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-cryptodomex-$(PKG_VERSION) |