aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-06-05 08:47:29 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-06-05 08:25:58 +0000
commit4226dc034e16702b5d8c669750bd58a57da4007d (patch)
treeb9c030d2685f7408a717ae363584311e903684c3
parentcc4b915be5fb8415f59b176c42f629ef5044e43d (diff)
downloadalpine_aports-4226dc034e16702b5d8c669750bd58a57da4007d.tar.bz2
alpine_aports-4226dc034e16702b5d8c669750bd58a57da4007d.tar.xz
alpine_aports-4226dc034e16702b5d8c669750bd58a57da4007d.zip
community/hugo: upgrade to 0.72.0
-rw-r--r--community/hugo/0001-Remove-git-tests.patch3
-rw-r--r--community/hugo/0002-skip-tests-that-need-nodejs.patch3
-rw-r--r--community/hugo/APKBUILD8
3 files changed, 10 insertions, 4 deletions
diff --git a/community/hugo/0001-Remove-git-tests.patch b/community/hugo/0001-Remove-git-tests.patch
index 1d1076bea9..0f4eb96170 100644
--- a/community/hugo/0001-Remove-git-tests.patch
+++ b/community/hugo/0001-Remove-git-tests.patch
@@ -1,3 +1,6 @@
1Upstream: No
2Reason: Remove git related tests
3
1diff --git a/hugolib/page_test.go b/hugolib/page_test.go 4diff --git a/hugolib/page_test.go b/hugolib/page_test.go
2index 6cf03b8..8e5ae96 100644 5index 6cf03b8..8e5ae96 100644
3--- a/hugolib/page_test.go 6--- a/hugolib/page_test.go
diff --git a/community/hugo/0002-skip-tests-that-need-nodejs.patch b/community/hugo/0002-skip-tests-that-need-nodejs.patch
index c0036bb663..17a150e546 100644
--- a/community/hugo/0002-skip-tests-that-need-nodejs.patch
+++ b/community/hugo/0002-skip-tests-that-need-nodejs.patch
@@ -1,3 +1,6 @@
1Upstream: No
2Reason: Skip failing nodejs tests
3
1diff --git a/hugolib/resource_chain_babel_test.go b/hugolib/resource_chain_babel_test.go 4diff --git a/hugolib/resource_chain_babel_test.go b/hugolib/resource_chain_babel_test.go
2index c9ddb21..25072a6 100644 5index c9ddb21..25072a6 100644
3--- a/hugolib/resource_chain_babel_test.go 6--- a/hugolib/resource_chain_babel_test.go
diff --git a/community/hugo/APKBUILD b/community/hugo/APKBUILD
index 1dd6d19b15..1db316f5e5 100644
--- a/community/hugo/APKBUILD
+++ b/community/hugo/APKBUILD
@@ -1,7 +1,7 @@
1# Contributor: Thomas Boerger <thomas@webhippie.de> 1# Contributor: Thomas Boerger <thomas@webhippie.de>
2# Maintainer: Thomas Boerger <thomas@webhippie.de> 2# Maintainer: Thomas Boerger <thomas@webhippie.de>
3pkgname=hugo 3pkgname=hugo
4pkgver=0.71.1 4pkgver=0.72.0
5pkgrel=0 5pkgrel=0
6pkgdesc="A Fast and Flexible Static Site Generator built with love in GoLang" 6pkgdesc="A Fast and Flexible Static Site Generator built with love in GoLang"
7url="https://gohugo.io/" 7url="https://gohugo.io/"
@@ -43,6 +43,6 @@ bashcomp() {
43 "$subpkgdir"/usr/share/bash-completion/completions/hugo 43 "$subpkgdir"/usr/share/bash-completion/completions/hugo
44} 44}
45 45
46sha512sums="2fa3f63cebdf5a9f625efc5d6164c27abd45543f627cf2f35e9c78edfac8eec479fd2c22ebf970eef5fd6c8781cbc4eb4c77063d0f4bc005cb22f309d3ce4c6c hugo-0.71.1.tar.gz 46sha512sums="7efc37cda59e7ce3b5db96fd6db153df63952b6da6ab60d3cc7159cc78d14ffc53b48d40ec197df8d7819b8730f895fafdf7d44bf7491ac26792833c6da6b9e7 hugo-0.72.0.tar.gz
4754dc7012d67b7970bceb9d4423d9c5971fd9875b5e566f1ab8ae07a11fdb009c379b55ebbbb3a0f74d530de9075ed1794acc42274ef6460381db98116acfe0a7 0001-Remove-git-tests.patch 4757be9a6c8e49bd2a75921d51d8dc503439f68453a6c9803c9cecef8bb63541f10d8b652db151426949c1bcf134a96eec0253ee4a61c0987143d6159ea49e9588 0001-Remove-git-tests.patch
48ddb43dddbef7a5a229be9408f3a87cedef09d7fdad347fd797a4ccb2e98c4baab95846565111d063ea88f0ac524cffd630eb39dd862e973cfe87b5dcdd4c8ef4 0002-skip-tests-that-need-nodejs.patch" 48093dd4355bbb48ff9e8e3d24e8d290d4587d3517e1f8804903f0707d5530a106edc4297e6f4508c2ef408f01d6699cd3de40259d97c34857b58b7f0f3f52deff 0002-skip-tests-that-need-nodejs.patch"