[arch-commits] Commit in hugo/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at gemini.archlinux.org
Sat Dec 25 17:56:46 UTC 2021
Date: Saturday, December 25, 2021 @ 17:56:46
Author: jlichtblau
Revision: 1083724
upgpkg: hugo 0.91.1-1 - new upstream release
Modified:
hugo/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-25 17:55:24 UTC (rev 1083723)
+++ PKGBUILD 2021-12-25 17:56:46 UTC (rev 1083724)
@@ -5,7 +5,7 @@
# Contributor: Brenton Horne
pkgname=hugo
-pkgver=0.91.0
+pkgver=0.91.1
pkgrel=1
pkgdesc="Fast and Flexible Static Site Generator in Go"
arch=('x86_64')
@@ -16,7 +16,7 @@
optdepends=('python-pygments: syntax-highlight code snippets'
'python-docutils: reStructuredText support')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('0ddffb73a7561d284a21f335a8fd3fe1388d7c869765b8bfafd0d0a797b1295b50413c6131465ec4e29e37cc63d923dbe046b8b4752541d194ac63f90697767f')
+sha512sums=('5d25a70fc9cf53c5a99bb772072f8c1995ad130bcc7bf8e83435dfdeedec984aba77924dc338b0a5645ffcc23d5e5dda0b480b88f76dd001d32e37292ae5894b')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
More information about the arch-commits
mailing list