Skip to content

Commit

Permalink
Update Mihomo v1.18.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nosignals authored Sep 8, 2024
1 parent 2afeab5 commit 3e11346
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mihomo/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=mihomo
PKG_RELEASE:=1
PKG_VERSION:=1.18.7
PKG_RELEASE:=2
PKG_VERSION:=1.18.8

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/MetaCubeX/mihomo/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=e4ff0d1a8762ff3e259e4999d9808b353c7a58a1dcabe87dccc9c91bdb6814c7
PKG_HASH:=2d4d4bac7832cea737557f7ea4fd09d12dee777ec37b6da26a1fa42c1dfdf962

PKG_LICENSE:=MIT
PKG_MAINTAINER:=nosignals
Expand Down Expand Up @@ -45,4 +45,4 @@ define Build/Prepare
endef

$(eval $(call GoBinPackage,$(PKG_NAME)))
$(eval $(call BuildPackage,$(PKG_NAME)))
$(eval $(call BuildPackage,$(PKG_NAME)))

0 comments on commit 3e11346

Please sign in to comment.