Date: Thursday, March 8, 2018 @ 20:24:59
  Author: jlichtblau
Revision: 304983

upgpkg: hugo 0.37.1-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-03-08 20:22:20 UTC (rev 304982)
+++ PKGBUILD    2018-03-08 20:24:59 UTC (rev 304983)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.37
+pkgver=0.37.1
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -15,7 +15,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=('29b2b472e5baaa2056c5744c4ce0341ff7a83990a822eb53012baced535ca083')
+sha256sums=('32ceca3bfcda80109ebd16b0cfdeb40c6b6fb1fe86976abdbd0fbce2e6492172')
 
 prepare() {
   cd "${srcdir}"/${pkgname}-${pkgver}

Reply via email to