From 7c33b89f11684fca7a9f8c053aaa87e581658ef4 Mon Sep 17 00:00:00 2001 From: Luis Date: Mon, 13 Mar 2023 07:52:16 +0000 Subject: [PATCH] hugo : update to 0.111.3 --- main/hugo/.checksums | 2 +- main/hugo/.pkgfiles | 2 +- main/hugo/spkgbuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/hugo/.checksums b/main/hugo/.checksums index be54d9e18..b4bf4ae39 100644 --- a/main/hugo/.checksums +++ b/main/hugo/.checksums @@ -1 +1 @@ -c6b72e1b6e4aa2f30be7ddac8ea68efe hugo-0.111.2.tar.gz +e45a1fd42db9ecb358f88dc4d741e2fc hugo-0.111.3.tar.gz diff --git a/main/hugo/.pkgfiles b/main/hugo/.pkgfiles index 6fddf33fa..4adec501c 100644 --- a/main/hugo/.pkgfiles +++ b/main/hugo/.pkgfiles @@ -1,4 +1,4 @@ -hugo-0.111.2-1 +hugo-0.111.3-1 drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/hugo diff --git a/main/hugo/spkgbuild b/main/hugo/spkgbuild index af0b242ee..809e26cfd 100755 --- a/main/hugo/spkgbuild +++ b/main/hugo/spkgbuild @@ -2,7 +2,7 @@ # depends : go name=hugo -version=0.111.2 +version=0.111.3 release=1 source="https://github.com/gohugoio/$name/archive/v$version/$name-$version.tar.gz"