diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2024-04-20 19:03:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-20 19:03:20 +0200 |
commit | 46c8b621b0ee2fffedb199fbaec8e4df3ca19a6c (patch) | |
tree | c8ee918a2f0ed65e62c9683e771105bac96391d1 | |
parent | d5a13478ebedc7fb2d85598e956a520d12c0b811 (diff) | |
parent | afae2776e99fb00c4b113a0ecbcd8a28d1a9bdd0 (diff) |
Merge pull request #23969 from dibdot/curl
curl: fix/bump PKG_RELEASE, remove maintainer
-rw-r--r-- | net/curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/curl/Makefile b/net/curl/Makefile index 5ad13c4c5..5174e6c44 100644 --- a/net/curl/Makefile +++ b/net/curl/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/nls.mk PKG_NAME:=curl PKG_VERSION:=8.7.1 -PKG_RELEASE:=r1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://github.com/curl/curl/releases/download/curl-$(subst .,_,$(PKG_VERSION))/ \ @@ -81,7 +81,7 @@ define Package/curl/Default SECTION:=net CATEGORY:=Network URL:=http://curl.se/ - MAINTAINER:=Stan Grishin <stangri@melmac.ca> + MAINTAINER:= endef define Package/curl |