aboutsummaryrefslogtreecommitdiffstats
path: root/community/hugo
diff options
context:
space:
mode:
authorThomas Boerger <thomas@webhippie.de>2017-07-20 14:19:04 +0000
committerJakub Jirutka <jakub@jirutka.cz>2017-07-21 23:25:27 +0200
commit864bc07929f7eab88d1c2e23f8512f209eeb7694 (patch)
treed1570bf6a17d0add2c302348e964bdbd575e35c3 /community/hugo
parent8dab81591766cc819feee750f0335ea1e76f0d29 (diff)
community/hugo: update to 0.25.1
Diffstat (limited to 'community/hugo')
-rw-r--r--community/hugo/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/hugo/APKBUILD b/community/hugo/APKBUILD
index dd16cc81cfa..d457565d9c4 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.24.1
+pkgver=0.25.1
pkgrel=0
pkgdesc="A Fast and Flexible Static Site Generator built with love in GoLang"
url="http://gohugo.io/"
@@ -28,7 +28,6 @@ build() {
check() {
rm -f $builddir/releaser/git_test.go
- sed -ie 's/0.20.3/0.21.3/' $builddir/helpers/hugo_test.go
cd "$builddir"
export GOPATH="$srcdir"
govendor test +local || return 1
@@ -38,4 +37,4 @@ package() {
install -Dm755 "$builddir"/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
}
-sha512sums="fab405231da13f0ae917cfca79cc087ba8671dad2c01c38c4ddd85b462f0f9faa4d2bbc7de4cdbe440f104e3143e47f414060f5e680bc9a5530f1824497ec921 hugo-0.24.1.tar.gz"
+sha512sums="d583dc744e84ae598847589ac6118a222854c36ce3e137a02c684cabbc511ea7cbfb82ccb923d78855a0ce0ed45cf734eed43086358791049972845c78e3b03e hugo-0.25.1.tar.gz"