diff --git a/net/curl/Makefile b/net/curl/Makefile index f4b411603..cee8bb337 100644 --- a/net/curl/Makefile +++ b/net/curl/Makefile @@ -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 + MAINTAINER:=Stan Grishin endef define Package/curl diff --git a/net/curl/patches/200-no_docs_tests.patch b/net/curl/patches/200-no_docs_tests.patch index 0ffcb491e..765b40d58 100644 --- a/net/curl/patches/200-no_docs_tests.patch +++ b/net/curl/patches/200-no_docs_tests.patch @@ -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: