diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-30 17:48:56 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-30 17:48:56 +0100 |
commit | 04f6f061d7b04aa64282d43f97f1763fa298d99f (patch) | |
tree | 29a8b0c966230254557934c38c615f006ad72fd1 /community/hugo/APKBUILD | |
parent | 7c14b2014d4efc0a395eb103c6bf008c5b063de5 (diff) | |
download | aports-04f6f061d7b04aa64282d43f97f1763fa298d99f.tar.bz2 aports-04f6f061d7b04aa64282d43f97f1763fa298d99f.tar.xz |
community/hugo: upgrade to 0.60.1
Diffstat (limited to 'community/hugo/APKBUILD')
-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 6a15d8107f..a890cfc743 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.0 +pkgver=0.60.1 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="ce05f0e68f244fbd0a816d56a90a33f701407b79291e27dae82c16ed5046975e9a36669ba17a22deb8e0889c267b5d16b19317d20edd704348077df9f4649407 hugo-0.60.0.tar.gz +sha512sums="638107a0776a3a2c1ec8565683ed67536182012d5fc09b650a713bea665efcf1c3e550de7b140060295e3eaec0fadd8fb76f12163bb74453dd8fd5970e785da9 hugo-0.60.1.tar.gz 54dc7012d67b7970bceb9d4423d9c5971fd9875b5e566f1ab8ae07a11fdb009c379b55ebbbb3a0f74d530de9075ed1794acc42274ef6460381db98116acfe0a7 0001-Remove-git-tests.patch" |