Date: Saturday, September 21, 2019 @ 13:36:51 Author: jlichtblau Revision: 511363
upgpkg: hugo 0.58.3-1 - new upstream release Modified: hugo/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-21 13:15:29 UTC (rev 511362) +++ PKGBUILD 2019-09-21 13:36:51 UTC (rev 511363) @@ -4,7 +4,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.58.2 +pkgver=0.58.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=('c743478d0c0dd46400f329b9c78651b0423c3c3e048c244d8f29fcdf7e358b05') +sha256sums=('4733f22fc447d745c88f7c688407d67e9ab67e7e276557f3a48edd8b37900718') build() { cd "${srcdir}"/${pkgname}-${pkgver}