diff --git a/hysteria/Makefile b/hysteria/Makefile index 39b773382..a6ec8be32 100644 --- a/hysteria/Makefile +++ b/hysteria/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hysteria -PKG_VERSION:=2.2.1 +PKG_VERSION:=2.2.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/apernet/hysteria/tar.gz/app/v$(PKG_VERSION)? -PKG_HASH:=04e66404575ce680276aa485cacf42e6c488361e955c1ff89f0b2a070695fe3f +PKG_HASH:=b4088f9ea4cf1299a1c372b39a088063e57d9dde61dfdf2a3ca7f04b89bc9536 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-app-v$(PKG_VERSION) PKG_LICENSE:=MIT diff --git a/luci-app-autoupdate/Makefile b/luci-app-autoupdate/Makefile index 1eade0235..0c421ac36 100755 --- a/luci-app-autoupdate/Makefile +++ b/luci-app-autoupdate/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-autoupdate -PKG_VERSION:=2.8 +PKG_VERSION:=9 PKG_RELEASE:=2 LUCI_TITLE:=LuCI Support for autoupdate diff --git a/luci-app-autoupdate/luasrc/model/cbi/autoupdate/main.lua b/luci-app-autoupdate/luasrc/model/cbi/autoupdate/main.lua index 4cee31cfd..b1e601665 100755 --- a/luci-app-autoupdate/luasrc/model/cbi/autoupdate/main.lua +++ b/luci-app-autoupdate/luasrc/model/cbi/autoupdate/main.lua @@ -1,6 +1,6 @@ m = Map("autoupdate", translate("AutoUpdate"), translate("AutoUpdate LUCI supports scheduled upgrade & one-click firmware upgrade") -.. [[

]] +.. [[

]] .. translate("Powered by AutoBuild-Actions") .. [[]] ) diff --git a/v2ray-geodata/Makefile b/v2ray-geodata/Makefile index 70bbd576f..a54c42484 100644 --- a/v2ray-geodata/Makefile +++ b/v2ray-geodata/Makefile @@ -12,13 +12,13 @@ PKG_MAINTAINER:=Tianling Shen include $(INCLUDE_DIR)/package.mk -GEOIP_VER:=202311160040 +GEOIP_VER:=202311230040 GEOIP_FILE:=geoip.dat.$(GEOIP_VER) define Download/geoip URL:=https://github.com/v2fly/geoip/releases/download/$(GEOIP_VER)/ URL_FILE:=geoip.dat FILE:=$(GEOIP_FILE) - HASH:=fe44648629b12e4818eae1a9f703e83f02261e7dcc91b06edf531f343bf16170 + HASH:=1719c271db87f88c3480baffa61b02e28440fc3561fa031482d5fd928d13ad61 endef GEOSITE_VER:=20231122065640