diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-13 08:05:54 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-13 08:05:54 +0000 |
commit | ddeb2755a06f0b5d8a8dc8cfec87906485c98a89 (patch) | |
tree | bb126717b8a9060f7235c364821801a389a6df22 | |
parent | 8a2846907983c0d1036db1174725b48667251156 (diff) | |
download | aports-ddeb2755a06f0b5d8a8dc8cfec87906485c98a89.tar.bz2 aports-ddeb2755a06f0b5d8a8dc8cfec87906485c98a89.tar.xz |
community/hugo: upgrade to 0.43
-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 1180d4586a..217239a1a9 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.42.2 +pkgver=0.43 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="b5261f23dbd67e40accaf25f7355791845daef740a4845cd8bbd53998c15bd05480c4091f25cb06904604c7092568b336ffb941c626618bda9781c14ebac792f hugo-0.42.2.tar.gz +sha512sums="e98a6fe0143fb16fd7e2815166b54be6e448580e50a343216a21a1cc09415475830f6735dd86f6d457e9e831bfcb2d6eab95dc561665ce5f47a261d56acf09a4 hugo-0.43.tar.gz 31f212a444998a582c5c71beb9522e665242cf973322a4cfce2f756a24fae03b194b8aa33fde233212b9624f311f6dc56f123183f61bf8cd7f3cbd695e7b86c5 drop-git-tests.patch" |