diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-16 10:35:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-16 10:35:35 +0000 |
commit | 214f62297d4c897dc7f5362f53812c8768af8dde (patch) | |
tree | 8745330b6713d4c56de8c768cc8c9b80a428a43a /community | |
parent | ba27e97bca609efd7c76b6acc1df85d3070cd2b8 (diff) | |
download | aports-214f62297d4c897dc7f5362f53812c8768af8dde.tar.bz2 aports-214f62297d4c897dc7f5362f53812c8768af8dde.tar.xz |
community/hugo: upgrade to 0.20.7
Diffstat (limited to 'community')
-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" |