From e1708df74d60a510c4e8ae77890e915429b60dd7 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Sun, 17 Apr 2022 12:20:40 +0000 Subject: [PATCH] hugo: update to 0.97.2 This commit has been automatically submitted by Github Actions. --- packages/hugo/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hugo/build.sh b/packages/hugo/build.sh index fcc046f52..c3ee66093 100644 --- a/packages/hugo/build.sh +++ b/packages/hugo/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://gohugo.io/ TERMUX_PKG_DESCRIPTION="A fast and flexible static site generator" TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="0.97.1" +TERMUX_PKG_VERSION="0.97.2" TERMUX_PKG_SRCURL=https://github.com/gohugoio/hugo/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=7f09745962cf6aac1d001537a049e1559dda4342bfcf1bb0778d0b1aea80708d +TERMUX_PKG_SHA256=50aa95adf824257293d99d260c5b42ce9db13085f0bcd9150b2b3c377e7b4885 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="libc++"