[arch-commits] Commit in hugo/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Thu Nov 5 17:29:05 UTC 2020
Date: Thursday, November 5, 2020 @ 17:29:05
Author: jlichtblau
Revision: 743343
upgpkg: hugo 0.78.1-1 - new upstream release
Modified:
hugo/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-05 17:25:55 UTC (rev 743342)
+++ PKGBUILD 2020-11-05 17:29:05 UTC (rev 743343)
@@ -4,7 +4,7 @@
# Contributor: Brenton Horne
pkgname=hugo
-pkgver=0.77.0
+pkgver=0.78.1
pkgrel=1
pkgdesc="Fast and Flexible Static Site Generator in Go"
arch=('x86_64')
@@ -15,7 +15,7 @@
optdepends=('pygmentize: syntax-highlight code snippets'
'python-docutils: reStructuredText support')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('0c9c09962c811dcb198b960e4e412915475902d934733e08a2da1b69e8c196fe03818b9e28abe1d3b085eba8780794a147d5917b77093ecd998425a928858c86')
+sha512sums=('dc2953cca2d6f3b6409533cea59fe041bfdfe0f53c0b936de4925b3ba85c2052ed712fa2eb097702709089b38a888096e7a69ff8521b47261a44541287577486')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
More information about the arch-commits
mailing list