diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-05 08:22:40 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-05 08:32:06 +0100 |
commit | 7784a42ac52bb9a1aaa058532885d02f865b78ba (patch) | |
tree | ba3a1b25b649d8639f8c4c5c50c82076b8095647 /community/hugo | |
parent | 23de20dfaeb4c4717a8b3ca2b7de17c2db0aa617 (diff) | |
download | aports-7784a42ac52bb9a1aaa058532885d02f865b78ba.tar.bz2 aports-7784a42ac52bb9a1aaa058532885d02f865b78ba.tar.xz |
community/hugo: upgrade to 0.64.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 405e1e2471..7b246c8c4b 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.63.2 +pkgver=0.64.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="1049925cc9dfd749ea34410080e1c4d1e433a79c87dd91cc380cae6151a605adf292a8de3b157e7d648f86eaaa4a99622e16c69120e8cb847075d388f2697084 hugo-0.63.2.tar.gz +sha512sums="51bf3118daf95fe74c815e26caeaea647fd2a21a79cc3248752f371dc90d96379a7b1a95afd22acc71f122fd1d090bd0ef7b2fa5d3451ab9fd1c074d7b1483fa hugo-0.64.0.tar.gz 54dc7012d67b7970bceb9d4423d9c5971fd9875b5e566f1ab8ae07a11fdb009c379b55ebbbb3a0f74d530de9075ed1794acc42274ef6460381db98116acfe0a7 0001-Remove-git-tests.patch" |