diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-04-29 12:21:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-29 12:21:43 -0700 |
commit | 5626b858a8c4510e1e1928f60eee202be3241cc6 (patch) | |
tree | 3f6fe78b3cd401c89afaf9e4baee0cd873f0e0b6 /lang | |
parent | 5de150758bcad69dc0f01c07715c5f0787bac006 (diff) | |
parent | 1e6b948963a8e7978e4226199e52e5b129f62afa (diff) |
Merge pull request #12003 from jefferyto/python-cryptography-2.9.2
python-cryptography: Update to 2.9.2
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-cryptography/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-cryptography/Makefile b/lang/python/python-cryptography/Makefile index 495e077c4..a02784303 100644 --- a/lang/python/python-cryptography/Makefile +++ b/lang/python/python-cryptography/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-cryptography -PKG_VERSION:=2.9 -PKG_RELEASE:=2 +PKG_VERSION:=2.9.2 +PKG_RELEASE:=1 PYPI_NAME:=cryptography -PKG_HASH:=0cacd3ef5c604b8e5f59bf2582c076c98a37fe206b31430d0cd08138aff0986e +PKG_HASH:=a0c30272fb4ddda5f5ffc1089d7405b7a71b0b0f51993cb4e5dbb4590b2fc229 PKG_LICENSE:=Apache-2.0 BSD-3-Clause PKG_LICENSE_FILES:=LICENSE.APACHE LICENSE.BSD |