mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 05:10:41 +08:00
curl: update to 7.80.0
* bump version to 7.80.0 * update maintainer email address Signed-off-by: Stan Grishin <stangri@melmac.net>
This commit is contained in:
parent
831f502f2d
commit
b0fb8e5a04
@ -8,14 +8,14 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=curl
|
PKG_NAME:=curl
|
||||||
PKG_VERSION:=7.79.1
|
PKG_VERSION:=7.80.0
|
||||||
PKG_RELEASE:=$(AUTORELEASE)
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \
|
PKG_SOURCE_URL:=https://dl.uxnr.de/mirror/curl/ \
|
||||||
https://curl.askapache.com/download/ \
|
https://curl.askapache.com/download/ \
|
||||||
https://curl.se/download/
|
https://curl.se/download/
|
||||||
PKG_HASH:=0606f74b1182ab732a17c11613cbbaf7084f2e6cca432642d0e3ad7c224c3689
|
PKG_HASH:=a132bd93188b938771135ac7c1f3ac1d3ce507c1fcbef8c471397639214ae2ab
|
||||||
|
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
@ -77,7 +77,7 @@ define Package/curl/Default
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
URL:=http://curl.se/
|
URL:=http://curl.se/
|
||||||
MAINTAINER:=Stan Grishin <stangri@melmac.net>
|
MAINTAINER:=Stan Grishin <stangri@melmac.ca>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/curl
|
define Package/curl
|
||||||
|
@ -9,14 +9,12 @@
|
|||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = libcurl.pc
|
pkgconfig_DATA = libcurl.pc
|
||||||
@@ -306,8 +306,8 @@ cygwinbin:
|
@@ -309,8 +309,6 @@ cygwinbin:
|
||||||
# We extend the standard install with a custom hook:
|
# We extend the standard install with a custom hook:
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
(cd include && $(MAKE) install)
|
(cd include && $(MAKE) install)
|
||||||
- (cd docs && $(MAKE) install)
|
- (cd docs && $(MAKE) install)
|
||||||
- (cd docs/libcurl && $(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:
|
# We extend the standard uninstall with a custom hook:
|
||||||
uninstall-hook:
|
uninstall-hook:
|
||||||
|
Loading…
Reference in New Issue
Block a user