[arch-commits] Commit in hugo/trunk (PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Oct 21 18:10:34 UTC 2019


    Date: Monday, October 21, 2019 @ 18:10:34
  Author: jlichtblau
Revision: 518115

upgpkg: hugo 0.59.0-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-21 17:54:49 UTC (rev 518114)
+++ PKGBUILD	2019-10-21 18:10:34 UTC (rev 518115)
@@ -4,8 +4,8 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.58.3
-pkgrel=2
+pkgver=0.59.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=('4733f22fc447d745c88f7c688407d67e9ab67e7e276557f3a48edd8b37900718')
+sha256sums=('cb46adabf2e8e6c0b639dd1197234719d023823f29cfb6ad2005d1c960ce73c4')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}



More information about the arch-commits mailing list