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