diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-03 07:26:44 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-03 07:26:44 +0000 |
commit | 7fdb1884d3c5dfc65fcb64b7283eeb1ce415d710 (patch) | |
tree | 8eec5dfa01fd690f855552a46a002df70fd1a241 /community/hugo | |
parent | 4457e261cbb743606ace7067b8cdda856bb710f9 (diff) | |
download | aports-7fdb1884d3c5dfc65fcb64b7283eeb1ce415d710.tar.bz2 aports-7fdb1884d3c5dfc65fcb64b7283eeb1ce415d710.tar.xz |
community/hugo: upgrade to 0.42.2
Diffstat (limited to 'community/hugo')
-rw-r--r-- | community/hugo/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/hugo/APKBUILD b/community/hugo/APKBUILD index c89024173b..1180d4586a 100644 --- a/community/hugo/APKBUILD +++ b/community/hugo/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Thomas Boerger <thomas@webhippie.de> # Maintainer: Thomas Boerger <thomas@webhippie.de> pkgname=hugo -pkgver=0.39 +pkgver=0.42.2 pkgrel=0 pkgdesc="A Fast and Flexible Static Site Generator built with love in GoLang" url="http://gohugo.io/" @@ -37,5 +37,5 @@ package() { install -Dm755 "$builddir"/bin/$pkgname "$pkgdir"/usr/bin/$pkgname } -sha512sums="a4067b7feae024be7926869a5f0a9b30339e9b4426892e050f7a8d1ea332239fdeec6ab7b524a9e79c1443c71e8329a7fe9586d732ba2e3102de685c7f318c9a hugo-0.39.tar.gz +sha512sums="b5261f23dbd67e40accaf25f7355791845daef740a4845cd8bbd53998c15bd05480c4091f25cb06904604c7092568b336ffb941c626618bda9781c14ebac792f hugo-0.42.2.tar.gz 31f212a444998a582c5c71beb9522e665242cf973322a4cfce2f756a24fae03b194b8aa33fde233212b9624f311f6dc56f123183f61bf8cd7f3cbd695e7b86c5 drop-git-tests.patch" |