diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-31 23:47:35 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-01 00:13:51 -0300 |
commit | 90d90129745201479044829a1ceb01beb72b8886 (patch) | |
tree | 94d1a596316f5dd1517118a30cda9ef469eb27f1 /community/hugo/APKBUILD | |
parent | fdac9ab219bc19237f4f0cafadd18d534872d2e7 (diff) | |
download | aports-90d90129745201479044829a1ceb01beb72b8886.tar.bz2 aports-90d90129745201479044829a1ceb01beb72b8886.tar.xz |
community/hugo: upgrade to 0.59.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 51e4de702e..d8cf1796fd 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.59.0 +pkgver=0.59.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="e327af1193ced80d0ce955c29f3362011fdb4de2712694532fe9d4627452ba187159b994ae4fca41b130a43d8ca16cc02673fdfe1d8437066ff508f2429a6230 hugo-0.59.0.tar.gz +sha512sums="850ca17e7c8c861baabf149fe3f28100b11053b3ad544b562ec52c093207e9b008517400ca0c41f3f4013a10021e009c2abdaef29304878b714e763129228fdd hugo-0.59.1.tar.gz 54dc7012d67b7970bceb9d4423d9c5971fd9875b5e566f1ab8ae07a11fdb009c379b55ebbbb3a0f74d530de9075ed1794acc42274ef6460381db98116acfe0a7 0001-Remove-git-tests.patch" |