Date: Monday, April 9, 2018 @ 18:39:40
  Author: jlichtblau
Revision: 315468

upgpkg: hugo 0.38.2-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-04-09 18:34:27 UTC (rev 315467)
+++ PKGBUILD    2018-04-09 18:39:40 UTC (rev 315468)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.38
+pkgver=0.38.2
 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=('08549563b718cc904e9a71b084f975b4b1fe05ab431e1258cbae23d4b76846ab')
+sha256sums=('a8197de4e2480dade53cfe6c0213c3576efe468d1e21d7518cecb019edbbb846')
 
 prepare() {
   cd "${srcdir}"/${pkgname}-${pkgver}

Reply via email to