From 68115cf8ac3a62facdc142f29f180a60ccc3d09c Mon Sep 17 00:00:00 2001 From: TUR Github Actions Date: Tue, 14 Jan 2025 18:24:49 +0000 Subject: [PATCH] bump(tur/ddns-go): 6.8.0 This commit has been automatically submitted by Github Actions. --- tur/ddns-go/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tur/ddns-go/build.sh b/tur/ddns-go/build.sh index 3b6c91aa5..9ff23987c 100644 --- a/tur/ddns-go/build.sh +++ b/tur/ddns-go/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/jeessy2/ddns-go TERMUX_PKG_DESCRIPTION="A simple, easy-to-use ddns service" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="@termux-user-repository" -TERMUX_PKG_VERSION="6.7.7" +TERMUX_PKG_VERSION="6.8.0" TERMUX_PKG_SRCURL=https://github.com/jeessy2/ddns-go/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=cee4a67fbb4bce0f894809fbf08acb465695994a541d192178d9fce36298fe3a +TERMUX_PKG_SHA256=7ec7134f18a9272fde4eaf0403013b5e3239a9bf1fc2be6ed68acb01ed94ca44 TERMUX_PKG_DEPENDS="libc++" TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_AUTO_UPDATE=true