geoip-shell: remove extra r from PKG_RELEASE
authorHannu Nyman <hannu.nyman@iki.fi>
Sat, 20 Apr 2024 06:21:07 +0000 (09:21 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Sat, 20 Apr 2024 06:21:07 +0000 (09:21 +0300)
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 <hannu.nyman@iki.fi>
net/geoip-shell/Makefile

index 12bc0eb6fee4e7b45e5f9020186aea1ba80f213b..494ef9fdf4d71a5a9afd2ff08d783bdb82541fb1 100644 (file)
@@ -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 <antonk.d3v@gmail.com>
 PKG_SOURCE_PROTO:=git