From becf23b8fbeb583d547813d60e74e09661e3d824 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Sun, 29 Jan 2023 12:09:03 +0000 Subject: [PATCH] bump(main/clash): 1.13.0 This commit has been automatically submitted by Github Actions. --- packages/clash/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/clash/build.sh b/packages/clash/build.sh index afd3ed749e..02a6d02b63 100644 --- a/packages/clash/build.sh +++ b/packages/clash/build.sh @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/Dreamacro/clash TERMUX_PKG_DESCRIPTION="A rule-based tunnel in Go" TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_MAINTAINER="Philipp Schmitt " -TERMUX_PKG_VERSION="1.12.0" -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION="1.13.0" TERMUX_PKG_SRCURL="https://github.com/Dreamacro/clash/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz" -TERMUX_PKG_SHA256=9b8f28c2adf378e4da5b139dd72c3e13bf19394e2555080832dc47c64fbcdb9a +TERMUX_PKG_SHA256=dcef53df90d39e150f8da2f96edbf09d29b769ac89ea968699189f3f7ef15f60 TERMUX_PKG_DEPENDS="resolv-conf" TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_AUTO_UPDATE=true