From 6fd5dbca789614eb38ca348db75fa20b49015fd6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 15 Feb 2022 01:00:36 +0100 Subject: hugo: bump to 0.92.2 --- community/hugo/build | 7 +------ community/hugo/checksums | 3 ++- community/hugo/sources | 3 ++- community/hugo/version | 2 +- 4 files changed, 6 insertions(+), 9 deletions(-) (limited to 'community') 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 63ad1981..d05419eb 100644 --- a/community/hugo/checksums +++ b/community/hugo/checksums @@ -1,2 +1,3 @@ %BLAKE3 -2d8e17c9fd9b79645d603ed74f56bf0d5b38aa6ccdd3eaeb70bc19e083e48904 v0.92.1.tar.gz +cf6e183ba045727221ba956924c24696bbb80aa3f2aabae3656e117279b4f3a7 v0.92.2.tar.gz +11c8726654c8b6a29d7d73646b9609e680453a298cb8923f5ef4dfe8aecf33b0 hugo-0.92.2-mod-vendor.tar.xz diff --git a/community/hugo/sources b/community/hugo/sources index 3c5840b7..ae9debff 100644 --- a/community/hugo/sources +++ b/community/hugo/sources @@ -1 +1,2 @@ -https://github.com/gohugoio/hugo/archive/refs/tags/v0.92.1.tar.gz +https://github.com/gohugoio/hugo/archive/refs/tags/v0.92.2.tar.gz +https://dl.carbslinux.org/gomods/hugo-0.92.2-mod-vendor.tar.xz diff --git a/community/hugo/version b/community/hugo/version index 31e43325..bdff4ad6 100644 --- a/community/hugo/version +++ b/community/hugo/version @@ -1 +1 @@ -0.92.1 1 +0.92.2 1 -- cgit v1.2.3