[arch-commits] Commit in hugo/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Wed May 8 20:21:56 UTC 2019
Date: Wednesday, May 8, 2019 @ 20:21:56
Author: jlichtblau
Revision: 463221
upgpkg: hugo 0.55.5-1 - new upstream release
Modified:
hugo/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-08 20:08:54 UTC (rev 463220)
+++ PKGBUILD 2019-05-08 20:21:56 UTC (rev 463221)
@@ -4,7 +4,7 @@
# Contributor: Brenton Horne
pkgname=hugo
-pkgver=0.55.3
+pkgver=0.55.5
pkgrel=1
pkgdesc="Fast and Flexible Static Site Generator in Go"
arch=('x86_64')
@@ -14,7 +14,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=('a9342ab84cd86c50aec2f38358efb16c6a9e38ff2893b559b616f34231daa634')
+sha256sums=('372280e86fd97bf41e7e1307672328f99911f487b0e9c4245b906717a00f1747')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
More information about the arch-commits
mailing list