aboutsummaryrefslogtreecommitdiff
path: root/community/hugo
diff options
context:
space:
mode:
Diffstat (limited to 'community/hugo')
-rwxr-xr-xcommunity/hugo/build7
-rw-r--r--community/hugo/checksums3
-rw-r--r--community/hugo/sources3
-rw-r--r--community/hugo/version2
4 files changed, 6 insertions, 9 deletions
diff --git a/community/hugo/build b/community/hugo/build
index ce20326f..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 2c6a276f..a2af5ac9 100644
--- a/community/hugo/checksums
+++ b/community/hugo/checksums
@@ -1,2 +1,3 @@
%BLAKE3
-876c236a408c5cb154dcd0a335c33f6b5d647ed2ac4bb05d3ea7c3c963da33ed v0.92.0.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 9095bf38..647f5d53 100644
--- a/community/hugo/sources
+++ b/community/hugo/sources
@@ -1 +1,2 @@
-https://github.com/gohugoio/hugo/archive/refs/tags/v0.92.0.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 24b6f142..3472786c 100644
--- a/community/hugo/version
+++ b/community/hugo/version
@@ -1 +1 @@
-0.92.0 1
+0.119.0 1