diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-21 13:41:17 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-21 13:53:59 -0300 |
commit | 7fd2643df417e3942716a86b6ea833cd3f717f89 (patch) | |
tree | 0657c0a136a4d760cfc3e022238fb9dcf547caf8 /community/hugo | |
parent | ef2105713971d8552319ce46a6a63fa542189955 (diff) | |
download | aports-7fd2643df417e3942716a86b6ea833cd3f717f89.tar.bz2 aports-7fd2643df417e3942716a86b6ea833cd3f717f89.tar.xz |
community/hugo: upgrade to 0.59.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 39ef5b56ce..51e4de702e 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.58.3 +pkgver=0.59.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="eb567c5966532f17a09e50d116077baada398f5440e802395ddfd155270a99ae5377ff208276616089828279365ce680f37014bb211b3c0f3df33a2ef135bf8b hugo-0.58.3.tar.gz +sha512sums="e327af1193ced80d0ce955c29f3362011fdb4de2712694532fe9d4627452ba187159b994ae4fca41b130a43d8ca16cc02673fdfe1d8437066ff508f2429a6230 hugo-0.59.0.tar.gz 54dc7012d67b7970bceb9d4423d9c5971fd9875b5e566f1ab8ae07a11fdb009c379b55ebbbb3a0f74d530de9075ed1794acc42274ef6460381db98116acfe0a7 0001-Remove-git-tests.patch" |