diff --git a/Makefile b/Makefile index 0ecc252..1f48130 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=clash -PKG_VERSION:=1.16.0 +PKG_VERSION:=1.17.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/Dreamacro/clash/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=671d9ad8582593478945e13a052d4b462e0935ac50d5bb71fa2bdf2fa16893ea +PKG_HASH:=cd30a27f801652151eea129e9cb00e4a3ee28d45982dad835f4546691796d9d7 PKG_MAINTAINER:=Chandelure Wang PKG_LICENSE:=GPL-3.0-only @@ -78,14 +78,14 @@ define Package/$(PKG_NAME)/conffiles /etc/config/clash endef -COUNTRY_MMDB_VER=20230512 +COUNTRY_MMDB_VER=20230612 COUNTRY_MMDB_FILE:=Country.$(COUNTRY_MMDB_VER).mmdb define Download/country_mmdb URL:=https://github.com/Dreamacro/maxmind-geoip/releases/download/$(COUNTRY_MMDB_VER)/ URL_FILE:=Country.mmdb FILE:=$(COUNTRY_MMDB_FILE) - HASH:=fd02228be7fba4ecd75e5843415e97187a728c09424bf38e35a95b3d29e602b1 + HASH:=b83f94ccc8e942fb8d31c2319b88872e72708715ecb44dd6fb4c42b9ff63fe2f endef define Download/clash-dashboard