[arch-commits] Commit in hugo/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat May 12 06:45:12 UTC 2018
Date: Saturday, May 12, 2018 @ 06:45:11
Author: jlichtblau
Revision: 320989
upgpkg: hugo 0.40.3-1 - new upstream release
Modified:
hugo/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-12 06:35:27 UTC (rev 320988)
+++ PKGBUILD 2018-05-12 06:45:11 UTC (rev 320989)
@@ -5,7 +5,7 @@
# Contributor: Brenton Horne
pkgname=hugo
-pkgver=0.40.2
+pkgver=0.40.3
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=('1c1f66c3fbbc334169ce3e37d23a585e903809cd7b6a01673690b88d5b0024db')
+sha256sums=('e0301fefec3d67169920f979d777018045447c9efef71d57c9e0361b657a2ed7')
prepare() {
cd "${srcdir}"/${pkgname}-${pkgver}
More information about the arch-commits
mailing list