Date: Sunday, March 6, 2022 @ 19:55:01 Author: jlichtblau Revision: 1144011
upgpkg: hugo 0.93.2-1 - new upstream release Modified: hugo/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-06 19:48:07 UTC (rev 1144010) +++ PKGBUILD 2022-03-06 19:55:01 UTC (rev 1144011) @@ -5,7 +5,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.93.1 +pkgver=0.93.2 pkgrel=1 pkgdesc="Fast and Flexible Static Site Generator in Go" arch=('x86_64') @@ -16,7 +16,7 @@ optdepends=('python-pygments: syntax-highlight code snippets' 'python-docutils: reStructuredText support') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz) -sha512sums=('0f3466705f3895955b3a6bccd06c749eb873809242cac15735544cc1930d2e3dd7f8589a7106d79b29bde3df24a6c288eaf5717f87cc4ee91f044de6f8f7ff80') +sha512sums=('5cec7db2ed5871d289a7a1b7057e172561da06f2851fb0ab59ab5e14020e0a4ceb6984ae7a74e5b19a6b0ad10690e98ae59e6b6d62d8dcdfcb6bff51053d12b5') build() { cd "${srcdir}"/${pkgname}-${pkgver}