From 8d2dd0c8e5bef0a8e3e2218c1073e4156fa2f8cd Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Thu, 2 Mar 2023 12:42:28 +0000 Subject: [PATCH] bump(main/hugo): 0.111.1 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 8b9779d60c..bbaebe8530 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.111.0" +TERMUX_PKG_VERSION="0.111.1" TERMUX_PKG_SRCURL=https://github.com/gohugoio/hugo/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=cf9138c59cfd805e808e0b9b4e082be96a94054810f97990601dd1a4bb6f6620 +TERMUX_PKG_SHA256=a71d4e1f49ca7156d3811c0b10957816b75ff2e01b35ef326e7af94dfa554ec0 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="libc++"