[arch-commits] Commit in hugo/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat Feb 2 10:46:11 UTC 2019
Date: Saturday, February 2, 2019 @ 10:46:10
Author: jlichtblau
Revision: 429151
upgpkg: hugo 0.54.0-1 - new upstream release
Modified:
hugo/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-02 10:10:58 UTC (rev 429150)
+++ PKGBUILD 2019-02-02 10:46:10 UTC (rev 429151)
@@ -4,8 +4,8 @@
# Contributor: Brenton Horne
pkgname=hugo
-pkgver=0.53
-pkgrel=2
+pkgver=0.54.0
+pkgrel=1
pkgdesc="Fast and Flexible Static Site Generator in Go"
arch=('x86_64')
url="https://gohugo.io/"
@@ -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=('48e65a33d3b10527101d13c354538379d9df698e5c38f60f4660386f4232e65c')
+sha256sums=('fe0f4d4542491706cc19cb8c0acd63f1d9989cfbeaaad39d93031e91bf73fd91')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
More information about the arch-commits
mailing list