aboutsummaryrefslogtreecommitdiffstats
path: root/community/hugo
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-06-13 21:40:12 +0300
committerAndy Postnikov <apostnikov@gmail.com>2019-06-13 21:57:28 +0300
commitb88ed1f36526fff4d49025c7d459a33a3189df65 (patch)
tree24ed122459dfa57f04207ff425620b7c9687017c /community/hugo
parent41938e546a8f8f062d75a86c3e687b5def21d5a3 (diff)
downloadaports-b88ed1f36526fff4d49025c7d459a33a3189df65.tar.bz2
aports-b88ed1f36526fff4d49025c7d459a33a3189df65.tar.xz
community/hugo: upgrade to 0.55.6
Diffstat (limited to 'community/hugo')
-rw-r--r--community/hugo/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/hugo/APKBUILD b/community/hugo/APKBUILD
index 4f1dc93507..b474b011dc 100644
--- a/community/hugo/APKBUILD
+++ b/community/hugo/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Thomas Boerger <thomas@webhippie.de>
# Maintainer: Thomas Boerger <thomas@webhippie.de>
pkgname=hugo
-pkgver=0.55.5
-pkgrel=1
+pkgver=0.55.6
+pkgrel=0
pkgdesc="A Fast and Flexible Static Site Generator built with love in GoLang"
url="https://gohugo.io/"
arch="all !x86" # tests fails on x86
@@ -25,5 +25,5 @@ package() {
install -Dm755 "$builddir"/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
}
-sha512sums="1558b334a3443428ab29d4ac923b0023f0aaf3457e45248200c7ee258cb9ab101086d996392a53168269b1edb0bf7ea0d3e1374a4711cfaef165d136abb8e506 hugo-0.55.5.tar.gz
+sha512sums="b45d50ae109d1f5bbc1d52f1c8d46a1638fd83bec8a2600c3cfd6d303fdcf58db1d9201844174558e8dea62132ff146fbff9995ae0350ff2f7e4106adf07b861 hugo-0.55.6.tar.gz
66ffa51fa50209542c5ef6af2daeccb0be9fa20812f1b83c81623859fd652d047eb5d6e57b967d705d23e8760218d7c9973897d0a05d5cf2c2f33ff2bd0615d1 0001-Remove-git-tests.patch"