diff options
-rw-r--r-- | community/hugo/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/hugo/APKBUILD b/community/hugo/APKBUILD index 0b339a4347..029c22ed07 100644 --- a/community/hugo/APKBUILD +++ b/community/hugo/APKBUILD @@ -1,11 +1,11 @@ # Contributor: Thomas Boerger <thomas@webhippie.de> # Maintainer: Thomas Boerger <thomas@webhippie.de> pkgname=hugo -pkgver=0.20.6 +pkgver=0.20.7 pkgrel=0 pkgdesc="A Fast and Flexible Static Site Generator built with love in GoLang" url="http://gohugo.io/" -arch="all !ppc64le" +arch="all" license="Apache 2.0" depends="" makedepends="go govendor" @@ -30,4 +30,4 @@ package() { install -Dm755 "$builddir"/bin/$pkgname "$pkgdir"/usr/bin/$pkgname } -sha512sums="ffed313351b05be3b665121a27febe2b336d05e2ba6c43176a7e07a0e796736ec384ba6b6caf679faa2469e59ec7021303f1db034008abe08bd5444132ce6b01 hugo-0.20.6.tar.gz" +sha512sums="fcefc96f21acecf2b565ba087e38c72b07c820405759467969ebc6cc032f6059fa02a86722f21254355e74de32f8fee2c89151615c1d22a00e2253492339ea14 hugo-0.20.7.tar.gz" |