Browse Source
Merge pull request #16329 from turris-cz/pycurl
python-curl: update to version 7.44.0
lilik-openwrt-22.03
Alexandru Ardelean
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
lang/python/python-curl/Makefile
|
|
@ -5,11 +5,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=pycurl |
|
|
|
PKG_VERSION:=7.43.0.6 |
|
|
|
PKG_VERSION:=7.44.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=$(PKG_NAME) |
|
|
|
PKG_HASH:=8301518689daefa53726b59ded6b48f33751c383cf987b0ccfbbc4ed40281325 |
|
|
|
PKG_HASH:=2ce9905626d8ceafcbadee666e2f45397e29c7618ddcdc63fc22d85e5046c6d6 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Waldemar Konik <informatyk74@interia.pl> |
|
|
|
PKG_LICENSE:=LGPL-2.1 |
|
|
|