Browse Source

Merge pull request #12114 from cotequeiroz/certifi

python-certifi: bump to 2020.4.5.1, update email
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
561ee69918
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      lang/python/python-certifi/Makefile

+ 4
- 4
lang/python/python-certifi/Makefile View File

@ -6,15 +6,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-certifi
PKG_VERSION:=2019.11.28
PKG_RELEASE:=2
PKG_VERSION:=2020.4.5.1
PKG_RELEASE:=1
PKG_MAINTAINER:=Eneas U de Queiroz <cote2004-github@yahoo.com>
PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
PKG_LICENSE:=MPL-2.0
PKG_LICENSE_FILES:=LICENSE
PYPI_NAME:=certifi
PKG_HASH:=25b64c7da4cd7479594d035c08c2d809eb4aab3a26e5a990ea98cc450c320f1f
PKG_HASH:=51fcb31174be6e6664c5f69e3e1691a2d72a1a12e90f872cbdb1567eb47b6519
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk


Loading…
Cancel
Save