[arch-commits] Commit in hugo/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Tue Jan 2 22:04:49 UTC 2018
Date: Tuesday, January 2, 2018 @ 22:04:45
Author: jlichtblau
Revision: 277828
upgpkg: hugo 0.32.1-1 - new upstream release
Modified:
hugo/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-02 21:53:53 UTC (rev 277827)
+++ PKGBUILD 2018-01-02 22:04:45 UTC (rev 277828)
@@ -5,7 +5,7 @@
# Contributor: Brenton Horne
pkgname=hugo
-pkgver=0.31.1
+pkgver=0.32.1
pkgrel=1
pkgdesc="Fast and Flexible Static Site Generator in Go"
arch=('x86_64')
@@ -15,7 +15,7 @@
makedepends=('go-pie' 'git')
optdepends=('pygmentize: syntax-highlight code snippets')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('90613bb2992a142e7997bd164d06c1ff003ffbac5ec882ca0d6bc996bc16a2c2')
+sha256sums=('3db253d5450c4df1813ca1450a79836c51970e5100b79805fd6bbb36cf0881f0')
prepare() {
cd "${srcdir}"/${pkgname}-${pkgver}
More information about the arch-commits
mailing list