diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-12 00:00:32 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-12 00:16:53 +0100 |
commit | 741b49bc58aa78691308c59f07a8fcb80db1457d (patch) | |
tree | b59f27be9865344ae52d47587796ad1e3f248fd8 /community/hugo | |
parent | 7b1355454aae81280a182b4cc48cafe06a2358e3 (diff) | |
download | aports-741b49bc58aa78691308c59f07a8fcb80db1457d.tar.bz2 aports-741b49bc58aa78691308c59f07a8fcb80db1457d.tar.xz |
community/hugo: upgrade to 0.61.0
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 a890cfc743..95726d00fc 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.60.1 +pkgver=0.61.0 pkgrel=0 pkgdesc="A Fast and Flexible Static Site Generator built with love in GoLang" url="https://gohugo.io/" @@ -42,5 +42,5 @@ bashcomp() { "$subpkgdir"/usr/share/bash-completion/completions/hugo } -sha512sums="638107a0776a3a2c1ec8565683ed67536182012d5fc09b650a713bea665efcf1c3e550de7b140060295e3eaec0fadd8fb76f12163bb74453dd8fd5970e785da9 hugo-0.60.1.tar.gz +sha512sums="522bb2cc3543f2c5317a8fad430642cff1a6e6bf266568966fc97ecbd1214690b31ed9f58b090dc63fa3e802c6355af179cbd911a21a07b7ffaf99b8e2e61bb7 hugo-0.61.0.tar.gz 54dc7012d67b7970bceb9d4423d9c5971fd9875b5e566f1ab8ae07a11fdb009c379b55ebbbb3a0f74d530de9075ed1794acc42274ef6460381db98116acfe0a7 0001-Remove-git-tests.patch" |