[arch-commits] Commit in hugo/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sun May 2 20:55:16 UTC 2021
Date: Sunday, May 2, 2021 @ 20:55:15
Author: jlichtblau
Revision: 926217
upgpkg: hugo 0.83.0-1 - new upstream release
Modified:
hugo/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-02 20:52:41 UTC (rev 926216)
+++ PKGBUILD 2021-05-02 20:55:15 UTC (rev 926217)
@@ -4,7 +4,7 @@
# Contributor: Brenton Horne
pkgname=hugo
-pkgver=0.82.0
+pkgver=0.83.0
pkgrel=1
pkgdesc="Fast and Flexible Static Site Generator in Go"
arch=('x86_64')
@@ -15,7 +15,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=('b5325988b901b01f2477a039209026e692813c2165fb6c914e9711257a23d6facc57436f7c90b0ef11ade0fa72338e96a63e22795f6b9afef0acd1f4adac8c0c')
+sha512sums=('364299d607d3baa1633761b42a01384a5dca048e91f76fd35d9d4a8d704ce897ab5e56ac3956a123306956f902b39d6246c68aa55624263333e3d1d9a5186c0d')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
More information about the arch-commits
mailing list