Date: Saturday, December 3, 2022 @ 19:27:36
Author: jlichtblau
Revision: 1356406
upgpkg: hugo 0.107.0-1 - new upstream release
Modified:
hugo/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-03 19:22:37 UTC (rev 1356405)
+++ PKGBUILD 2022-12-03 19:27:36 UTC (rev 1356406)
@@ -5,7 +5,7 @@
# Contributor: Brenton Horne
pkgname=hugo
-pkgver=0.106.0
+pkgver=0.107.0
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=('26c301c2259675a7d4f9031f84b8219d5d938318c06a626d098871d6babef747bbd0ba8d68e869f1f45c05e24eb50dc60c6596ee0d45a14a72526e453ade265a')
+sha512sums=('39a2b87e18dd91ac0e423f0009434f76c4228b80511233ee742d22964ff2419954e13745b17f0350f64a557c378942a234ca988ce3add7b2ab9127d66c688919')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}