diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-12 20:21:33 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-13 10:26:10 -0300 |
commit | f6e8587d0e7897fc7f7e4c081920afc128c697a1 (patch) | |
tree | b7de586605d985d74c29297bb56006aa6cdeb0e6 /community/hugo | |
parent | db169dd968ac665f99c69efbbc8fc4a498e83046 (diff) | |
download | aports-f6e8587d0e7897fc7f7e4c081920afc128c697a1.tar.bz2 aports-f6e8587d0e7897fc7f7e4c081920afc128c697a1.tar.xz |
community/hugo: upgrade to 0.58.1
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 ff23ef4724..d1025f1bb9 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.57.2 +pkgver=0.58.1 pkgrel=0 pkgdesc="A Fast and Flexible Static Site Generator built with love in GoLang" url="https://gohugo.io/" @@ -38,5 +38,5 @@ bashcomp() { "$subpkgdir"/usr/share/bash-completion/completions/hugo } -sha512sums="dda8d223ff84c24ef9ac29119d9a2e80dd4f8ecd38f955acfc5fbd9622084bcd1671d9a88b4b7d7b98ba23ae5409f1730fa7e1e50dec9666755af0884a287bab hugo-0.57.2.tar.gz +sha512sums="1c89ef35564dc28ed1a48f311fba7cc567771d64b8912ed23634778271f5e7eb6fd7fc9bb5e8ae424da3f8085644b0e7d88bf461b253102266ed69e8e35a4849 hugo-0.58.1.tar.gz 54dc7012d67b7970bceb9d4423d9c5971fd9875b5e566f1ab8ae07a11fdb009c379b55ebbbb3a0f74d530de9075ed1794acc42274ef6460381db98116acfe0a7 0001-Remove-git-tests.patch" |