Browse Source

Merge pull request #11818 from ysc3839/pycryptodome

python-cryptodome: update to 3.9.7
lilik-openwrt-22.03
Hannu Nyman 5 years ago
committed by GitHub
parent
commit
2370e91654
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      lang/python/python-cryptodome/Makefile
  2. +2
    -2
      lang/python/python-cryptodomex/Makefile

+ 2
- 2
lang/python/python-cryptodome/Makefile View File

@ -5,11 +5,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-cryptodome
PKG_VERSION:=3.9.0
PKG_VERSION:=3.9.7
PKG_RELEASE:=1
PYPI_NAME:=pycryptodome
PKG_HASH:=dbeb08ad850056747aa7d5f33273b7ce0b9a77910604a1be7b7a6f2ef076213f
PKG_HASH:=f1add21b6d179179b3c177c33d18a2186a09cc0d3af41ff5ed3f377360b869f2
PKG_LICENSE:=BSD-2-Clause
PKG_LICENSE_FILES:=LICENSE.rst


+ 2
- 2
lang/python/python-cryptodomex/Makefile View File

@ -5,11 +5,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-cryptodomex
PKG_VERSION:=3.9.0
PKG_VERSION:=3.9.7
PKG_RELEASE:=1
PYPI_NAME:=pycryptodomex
PKG_HASH:=8b604f4fa1de456d6d19771b01c2823675a75a2c60e51a6b738f71fdfe865370
PKG_HASH:=50163324834edd0c9ce3e4512ded3e221c969086e10fdd5d3fdcaadac5e24a78
PKG_LICENSE:=BSD-2-Clause
PKG_LICENSE_FILES:=LICENSE.rst


Loading…
Cancel
Save