From: Hannu Nyman Date: Sat, 20 Apr 2024 06:21:07 +0000 (+0300) Subject: geoip-shell: remove extra r from PKG_RELEASE X-Git-Url: http://git.openwrt.org/openwrt/openwrt.git;lede-17.01?a=commitdiff_plain;h=767b3f2ea8d2d0fccab222c55750422b1de237cb;p=feed%2Fpackages.git geoip-shell: remove extra r from PKG_RELEASE Remove the unnecessary 'r' from PKG_RELEASE as it is added automatically by the build system to the final versioning. (Current version leads into 'geoip-shell_0.5-rr2_all.ipk') Signed-off-by: Hannu Nyman --- diff --git a/net/geoip-shell/Makefile b/net/geoip-shell/Makefile index 12bc0eb6fe..494ef9fdf4 100644 --- a/net/geoip-shell/Makefile +++ b/net/geoip-shell/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=geoip-shell PKG_VERSION:=0.5 -PKG_RELEASE:=r2 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=antonk PKG_SOURCE_PROTO:=git