mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
curl: fix/bump PKG_RELEASE, remove maintainer
* make PKG_RELEASE numeric again
* made a release bump due to a newly added patch (see de4ef9d169 for details)
* remove maintainer (as requested in #23890
Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user