diff options
Diffstat (limited to 'community/hugo')
-rwxr-xr-x | community/hugo/build | 7 | ||||
-rw-r--r-- | community/hugo/checksums | 3 | ||||
-rw-r--r-- | community/hugo/sources | 3 | ||||
-rw-r--r-- | community/hugo/version | 2 |
4 files changed, 6 insertions, 9 deletions
diff --git a/community/hugo/build b/community/hugo/build index e6cd49ae..5969e085 100755 --- a/community/hugo/build +++ b/community/hugo/build @@ -1,9 +1,4 @@ #!/bin/sh -e -export GOPATH=$PWD/gopath - -trap "go clean -modcache" EXIT INT -go mod vendor - -CGO_ENABLED=0 go build +CGO_ENABLED=0 go build -v -mod=vendor clinst -Dm755 hugo "$1/usr/bin/hugo" diff --git a/community/hugo/checksums b/community/hugo/checksums index c5d06445..a2af5ac9 100644 --- a/community/hugo/checksums +++ b/community/hugo/checksums @@ -1,2 +1,3 @@ %BLAKE3 -87954bc3137a934139c40e3ba2c77c3fcaa8c9bcd8949abd011ec18d816f1664 v0.88.1.tar.gz +faad6b759b0e2360dd8c0d29b470edd864ead5135efbbd1aed9e3164d7fabb48 v0.119.0.tar.gz +b35661a83cd4fb570762369864a352628228f38f391d2f71d119c27b8134fa3a hugo-0.119.0-mod-vendor.tar.xz diff --git a/community/hugo/sources b/community/hugo/sources index b7ae537d..647f5d53 100644 --- a/community/hugo/sources +++ b/community/hugo/sources @@ -1 +1,2 @@ -https://github.com/gohugoio/hugo/archive/refs/tags/v0.88.1.tar.gz +https://github.com/gohugoio/hugo/archive/refs/tags/v0.119.0.tar.gz +https://dl.carbslinux.org/gomods/hugo-0.119.0-mod-vendor.tar.xz diff --git a/community/hugo/version b/community/hugo/version index 710e8d3c..3472786c 100644 --- a/community/hugo/version +++ b/community/hugo/version @@ -1 +1 @@ -0.88.1 1 +0.119.0 1 |