curl: update to 7.80.0
* bump version to 7.80.0
* update maintainer email address
Signed-off-by: Stan Grishin <stangri@melmac.net>
(cherry picked from commit 80ef61729b
)
This commit is contained in:
parent
48abd18082
commit
8162066e11
2 changed files with 4 additions and 6 deletions
|
@ -8,14 +8,14 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=curl
|
||||
PKG_VERSION:=7.79.1
|
||||
PKG_VERSION:=7.80.0
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \
|
||||
https://curl.askapache.com/download/ \
|
||||
https://curl.se/download/
|
||||
PKG_HASH:=0606f74b1182ab732a17c11613cbbaf7084f2e6cca432642d0e3ad7c224c3689
|
||||
PKG_HASH:=a132bd93188b938771135ac7c1f3ac1d3ce507c1fcbef8c471397639214ae2ab
|
||||
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
@ -77,7 +77,7 @@ define Package/curl/Default
|
|||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
URL:=http://curl.se/
|
||||
MAINTAINER:=Stan Grishin <stangri@melmac.net>
|
||||
MAINTAINER:=Stan Grishin <stangri@melmac.ca>
|
||||
endef
|
||||
|
||||
define Package/curl
|
||||
|
|
|
@ -9,14 +9,12 @@
|
|||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libcurl.pc
|
||||
@@ -306,8 +306,8 @@ cygwinbin:
|
||||
@@ -309,8 +309,6 @@ cygwinbin:
|
||||
# We extend the standard install with a custom hook:
|
||||
install-data-hook:
|
||||
(cd include && $(MAKE) install)
|
||||
- (cd docs && $(MAKE) install)
|
||||
- (cd docs/libcurl && $(MAKE) install)
|
||||
+ #(cd docs && $(MAKE) install)
|
||||
+ #(cd docs/libcurl && $(MAKE) install)
|
||||
|
||||
# We extend the standard uninstall with a custom hook:
|
||||
uninstall-hook:
|
||||
|
|
Loading…
Reference in a new issue