From 6ab817029c11a545a666a318db6ebc7560b82f57 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Fri, 17 Mar 2023 12:12:20 +0000 Subject: [PATCH] bump(main/hcloud): 1.32.0 This commit has been automatically submitted by Github Actions. --- packages/hcloud/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/hcloud/build.sh b/packages/hcloud/build.sh index d245da546f..07c11b529a 100644 --- a/packages/hcloud/build.sh +++ b/packages/hcloud/build.sh @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/hetznercloud/cli TERMUX_PKG_DESCRIPTION="Hetzner Cloud command line client" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="1.31.1" -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION="1.32.0" TERMUX_PKG_SRCURL=https://github.com/hetznercloud/cli/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=d9ee39db85eb2f0ff5f812331c674f32ceab6f1203f5d14be2f732a555f12795 +TERMUX_PKG_SHA256=4354a81f6a6227cf4b2ffba09e769a4898c572d2b85a579a77b7a09506345a86 TERMUX_PKG_DEPENDS="resolv-conf" TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_AUTO_UPDATE=true