[arch-commits] Commit in hugo/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at gemini.archlinux.org
Thu Sep 1 18:42:37 UTC 2022
Date: Thursday, September 1, 2022 @ 18:42:37
Author: jlichtblau
Revision: 1290393
upgpkg: hugo 0.102.0-1 - new upstream release
Modified:
hugo/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-01 18:33:19 UTC (rev 1290392)
+++ PKGBUILD 2022-09-01 18:42:37 UTC (rev 1290393)
@@ -5,7 +5,7 @@
# Contributor: Brenton Horne
pkgname=hugo
-pkgver=0.101.0
+pkgver=0.102.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=('541d0e04e868845119f2b488fd53b92929ea4dc08685d438a2914b41586e204588b193522013e8eed908dc0c3fbc2714aefb1afad0beae875d57d71aadc59c70')
+sha512sums=('082fc7b753038f42158e3627262747157d86a51b0e149356ef4a1a149cbb40c49627e3c74cd61b6fcbfc426df5491e1afafd6d8ede5c8bd074a0e70d358f3960')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
More information about the arch-commits
mailing list