diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2024-04-20 09:21:07 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2024-04-20 09:21:07 +0300 |
commit | 767b3f2ea8d2d0fccab222c55750422b1de237cb (patch) | |
tree | b9f04138994d8832607f8fc95aa91204dfdd1ae8 | |
parent | b2742ed05d5404d1c2cada7c51607126d19fa3f6 (diff) |
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 <hannu.nyman@iki.fi>
-rw-r--r-- | net/geoip-shell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/geoip-shell/Makefile b/net/geoip-shell/Makefile index 12bc0eb6f..494ef9fdf 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 <antonk.d3v@gmail.com> PKG_SOURCE_PROTO:=git |