diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-07 08:33:39 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-18 19:48:13 +0100 |
commit | 7a1667abb240d465e0b636d812e74cfba61ecfab (patch) | |
tree | b8203f9aadb1c4c52d55c8d29cf669cfec51dc16 /community/hugo/APKBUILD | |
parent | 070e904da4d9a7361b909af416b9921ddcd25755 (diff) | |
download | aports-7a1667abb240d465e0b636d812e74cfba61ecfab.tar.bz2 aports-7a1667abb240d465e0b636d812e74cfba61ecfab.tar.xz |
community/hugo: upgrade to 0.62.2
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 bf87bc71e4..ca52037ac9 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.62.1 +pkgver=0.62.2 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="601fd39932077fcb339e99206bdc5c8d5834cd8dd16e097a5bca23da33ebda5355dd98d60a3444bfec11c8908c3a1b4557a064fa88a7eede4efe8338fcd24289 hugo-0.62.1.tar.gz +sha512sums="c5018531fa7e7eee3851fd449b8221f62bb580d9ec43f56d240c965056b735a25fde5144577ba2c28e823a1694e370d5926d2da5ecd9d46974d00c7f19e205aa hugo-0.62.2.tar.gz 54dc7012d67b7970bceb9d4423d9c5971fd9875b5e566f1ab8ae07a11fdb009c379b55ebbbb3a0f74d530de9075ed1794acc42274ef6460381db98116acfe0a7 0001-Remove-git-tests.patch" |