diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-27 13:05:22 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-27 14:24:30 +0100 |
commit | da130016f1522d596731c9fe1f9b6e65e076bfc1 (patch) | |
tree | f6098c7c13fe151edc6d46f5cabc48f2656fd614 /community | |
parent | 80f7d0593db435e017d6d134349bba9d4f45034b (diff) | |
download | aports-da130016f1522d596731c9fe1f9b6e65e076bfc1.zip |
community/hugo: upgrade to 0.62.0
Diffstat (limited to 'community')
-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 95726d00fce..e2e002f0c52 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.61.0 +pkgver=0.62.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="522bb2cc3543f2c5317a8fad430642cff1a6e6bf266568966fc97ecbd1214690b31ed9f58b090dc63fa3e802c6355af179cbd911a21a07b7ffaf99b8e2e61bb7 hugo-0.61.0.tar.gz +sha512sums="1efac130e2367c612c825863d6f3e9e9d4e11e45cfa52847f55e71e7742cea3cad1443ab66aa21931edf5c49a35fbd371332471299f7ef0d5f5963622556f8d5 hugo-0.62.0.tar.gz 54dc7012d67b7970bceb9d4423d9c5971fd9875b5e566f1ab8ae07a11fdb009c379b55ebbbb3a0f74d530de9075ed1794acc42274ef6460381db98116acfe0a7 0001-Remove-git-tests.patch" |