diff --git a/hysteria/Makefile b/hysteria/Makefile index ad2f8d9a..8e8a4b00 100644 --- a/hysteria/Makefile +++ b/hysteria/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hysteria -PKG_VERSION:=2.11.0 +PKG_VERSION:=2.12.0 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:=a0f2fa1c26ef8a1f2d48d66253444ba528e7ea78ad8b1588e066abcb85b311da +PKG_HASH:=0c37f3ddc51a80e0c33425380d09c045045ce68b7fa6453e2ba27a986e65d9f5 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-app-v$(PKG_VERSION) PKG_LICENSE:=MIT diff --git a/luci-app-store/Makefile b/luci-app-store/Makefile index 82eaf41a..69324b20 100644 --- a/luci-app-store/Makefile +++ b/luci-app-store/Makefile @@ -8,7 +8,6 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI based ipk/apk store LUCI_DESCRIPTION:=luci-app-store is a ipk/apk store developed by LinkEase team LUCI_DEPENDS:=+curl +tar +libuci-lua +mount-utils +luci-lib-taskd -LUCI_DEPENDS+=$(if $(CONFIG_USE_APK),+apk +luci-compat,+opkg) LUCI_EXTRA_DEPENDS:=luci-lib-taskd (>=1.0.19) LUCI_PKGARCH:=all