From f1b923b0f4452a9c5e094cd41eb785d6e23211ca Mon Sep 17 00:00:00 2001 From: TUR Github Actions Date: Sat, 21 Oct 2023 18:15:51 +0000 Subject: [PATCH] bump(tur/ddclient): 3.11.0 This commit has been automatically submitted by Github Actions. --- tur/ddclient/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tur/ddclient/build.sh b/tur/ddclient/build.sh index e6d78b342..b7c291002 100644 --- a/tur/ddclient/build.sh +++ b/tur/ddclient/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/ddclient/ddclient TERMUX_PKG_DESCRIPTION="Update dynamic DNS entries for accounts on many dynamic DNS services" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux-user-repository" -TERMUX_PKG_VERSION=3.10.0 +TERMUX_PKG_VERSION="3.11.0" TERMUX_PKG_SRCURL=https://github.com/ddclient/ddclient/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=34b6d9a946290af0927e27460a965ad018a7c525625063b0f380cbddffc01c1b +TERMUX_PKG_SHA256=0e7ad53049c7e8699a316c834cf12cf14134671c7d87a44fe5783a481b886b64 TERMUX_PKG_DEPENDS="perl" TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_PLATFORM_INDEPENDENT=true