diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-03 04:56:03 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-03 05:54:14 +0100 |
commit | ae4d2f305227b198ff1cdce650d2caa9abb319a7 (patch) | |
tree | ad37e9ec93b663457101e38b90574a640e685ca8 /community/hugo | |
parent | c5f5245c0d280d772d8cb6d69f496809db6d9f44 (diff) | |
download | aports-ae4d2f305227b198ff1cdce650d2caa9abb319a7.tar.bz2 aports-ae4d2f305227b198ff1cdce650d2caa9abb319a7.tar.xz |
community/hugo: upgrade to 0.62.1
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 e2e002f0c5..bf87bc71e4 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.0 +pkgver=0.62.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="1efac130e2367c612c825863d6f3e9e9d4e11e45cfa52847f55e71e7742cea3cad1443ab66aa21931edf5c49a35fbd371332471299f7ef0d5f5963622556f8d5 hugo-0.62.0.tar.gz +sha512sums="601fd39932077fcb339e99206bdc5c8d5834cd8dd16e097a5bca23da33ebda5355dd98d60a3444bfec11c8908c3a1b4557a064fa88a7eede4efe8338fcd24289 hugo-0.62.1.tar.gz 54dc7012d67b7970bceb9d4423d9c5971fd9875b5e566f1ab8ae07a11fdb009c379b55ebbbb3a0f74d530de9075ed1794acc42274ef6460381db98116acfe0a7 0001-Remove-git-tests.patch" |