[arch-commits] Commit in hugo/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sun Feb 23 11:13:46 UTC 2020
Date: Sunday, February 23, 2020 @ 11:13:46
Author: jlichtblau
Revision: 579689
upgpkg: hugo 0.65.3-1 - new upstream release
Modified:
hugo/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-23 11:13:33 UTC (rev 579688)
+++ PKGBUILD 2020-02-23 11:13:46 UTC (rev 579689)
@@ -4,7 +4,7 @@
# Contributor: Brenton Horne
pkgname=hugo
-pkgver=0.65.2
+pkgver=0.65.3
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=('4a686f69798e3de56af16af8c22e52ae0ff18aa33a1751fdf380870df5d61985')
+sha256sums=('d6c6a68de86cdca0b7cf755c141e09a3fe74c456868e555ba6d459625348689c')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
More information about the arch-commits
mailing list