[arch-commits] Commit in hugo/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Sep 11 05:53:44 UTC 2017
Date: Monday, September 11, 2017 @ 05:53:43
Author: jlichtblau
Revision: 256873
upgpkg: hugo 0.27-1 - new upstream release
Modified:
hugo/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-11 05:21:59 UTC (rev 256872)
+++ PKGBUILD 2017-09-11 05:53:43 UTC (rev 256873)
@@ -5,7 +5,7 @@
# Contributor: Brenton Horne
pkgname=hugo
-pkgver=0.26
+pkgver=0.27
pkgrel=1
pkgdesc="Fast and Flexible Static Site Generator in Go"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
makedepends=('go' 'git')
optdepends=('pygmentize: syntax-highlight code snippets')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('1e76b6f5f0281d845c2189f7f3ae065a3ec38e32c560f4b573188878998f9c68')
+sha256sums=('72e2e31c753f102a4a7633cf18d713bfa2788618472675d7d1d956b62ec59f9e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list