diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-29 01:57:31 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-29 18:18:36 +0100 |
commit | 2b8804b360b003a927d4f8e6bdb94ffe80887172 (patch) | |
tree | b256fa9ace33d0437be38021068cd156eccaf29a /community/hugo | |
parent | ed573afecc8dce4d753e403aa8bcd6a9e88acd26 (diff) | |
download | aports-2b8804b360b003a927d4f8e6bdb94ffe80887172.tar.bz2 aports-2b8804b360b003a927d4f8e6bdb94ffe80887172.tar.xz |
community/hugo: upgrade to 0.60.0
Diffstat (limited to 'community/hugo')
-rw-r--r-- | community/hugo/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/hugo/APKBUILD b/community/hugo/APKBUILD index 965fde470b..6a15d8107f 100644 --- a/community/hugo/APKBUILD +++ b/community/hugo/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Thomas Boerger <thomas@webhippie.de> # Maintainer: Thomas Boerger <thomas@webhippie.de> pkgname=hugo -pkgver=0.59.1 -pkgrel=1 +pkgver=0.60.0 +pkgrel=0 pkgdesc="A Fast and Flexible Static Site Generator built with love in GoLang" url="https://gohugo.io/" arch="all !x86 !s390x" # tests fails on x86 and s390x @@ -42,5 +42,5 @@ bashcomp() { "$subpkgdir"/usr/share/bash-completion/completions/hugo } -sha512sums="850ca17e7c8c861baabf149fe3f28100b11053b3ad544b562ec52c093207e9b008517400ca0c41f3f4013a10021e009c2abdaef29304878b714e763129228fdd hugo-0.59.1.tar.gz +sha512sums="ce05f0e68f244fbd0a816d56a90a33f701407b79291e27dae82c16ed5046975e9a36669ba17a22deb8e0889c267b5d16b19317d20edd704348077df9f4649407 hugo-0.60.0.tar.gz 54dc7012d67b7970bceb9d4423d9c5971fd9875b5e566f1ab8ae07a11fdb009c379b55ebbbb3a0f74d530de9075ed1794acc42274ef6460381db98116acfe0a7 0001-Remove-git-tests.patch" |