Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
build: bump clash version from v1.16.0 to v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonflylee committed Jul 6, 2023
1 parent 6ea04cb commit 8d532b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
PKG_LICENSE:=GPL-3.0-only
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8d532b9

Please sign in to comment.