diff options
Diffstat (limited to 'community/hugo')
-rw-r--r-- | community/hugo/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/hugo/APKBUILD b/community/hugo/APKBUILD index dd16cc81cf..d457565d9c 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" |