diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2024-04-04 12:16:29 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2024-04-04 12:16:29 +0800 |
commit | 30796c59485be09b84c89f47e2a2b2cc192e5155 (patch) | |
tree | 48df6f699386892a1c8644c511f4b22da2038c35 /net | |
parent | b014ae3f8628dff9196b82929f231b3dbf160fa9 (diff) |
v2ray-geodata: use APK compatible version schema
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/v2ray-geodata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/v2ray-geodata/Makefile b/net/v2ray-geodata/Makefile index 396137724..086f4337e 100644 --- a/net/v2ray-geodata/Makefile +++ b/net/v2ray-geodata/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2ray-geodata -PKG_RELEASE:=1 +PKG_RELEASE:=r1 PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> |