Update Makefile

This commit is contained in:
Bard 2022-04-17 17:09:37 +08:00 committed by GitHub
parent 12e3f6f41c
commit 7206c464c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,14 +39,14 @@ endef
define Package/v2ray-geoip
$(call Package/v2ray-geodata/template)
TITLE:=GeoIP List for V2Ray
VERSION:=$(GEOIP_VER)-$(PKG_RELEASE)
VERSION:=$(PKG_RELEASE)
LICENSE:=CC-BY-SA-4.0
endef
define Package/v2ray-geosite
$(call Package/v2ray-geodata/template)
TITLE:=Geosite List for V2Ray
VERSION:=$(GEOSITE_VER)-$(PKG_RELEASE)
VERSION:=$(PKG_RELEASE)
LICENSE:=MIT
endef