From 0e0656fa2f64c2c4d56c0bebf5121d2e62736a29 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 9 Nov 2021 10:43:52 +0100 Subject: hugo: fix shellcheck error --- community/hugo/build | 2 +- community/hugo/checksums | 2 +- community/hugo/sources | 2 +- community/hugo/version | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'community/hugo') diff --git a/community/hugo/build b/community/hugo/build index e6cd49ae..ce20326f 100755 --- a/community/hugo/build +++ b/community/hugo/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export GOPATH=$PWD/gopath +export GOPATH="$PWD/gopath" trap "go clean -modcache" EXIT INT go mod vendor diff --git a/community/hugo/checksums b/community/hugo/checksums index e0038a5b..2e36f98e 100644 --- a/community/hugo/checksums +++ b/community/hugo/checksums @@ -1,2 +1,2 @@ %BLAKE3 -460810c84686b112439e030a5ec6f5654ccabb58a8ae8e7bb85f062437bf3905 v0.89.1.tar.gz +14514319a7e494e067e2392cd487fcdf0692ac80e47e66c978adcf91e0dfc828 v0.89.2.tar.gz diff --git a/community/hugo/sources b/community/hugo/sources index b267352f..57887558 100644 --- a/community/hugo/sources +++ b/community/hugo/sources @@ -1 +1 @@ -https://github.com/gohugoio/hugo/archive/refs/tags/v0.89.1.tar.gz +https://github.com/gohugoio/hugo/archive/refs/tags/v0.89.2.tar.gz diff --git a/community/hugo/version b/community/hugo/version index 7d233af2..aae87d07 100644 --- a/community/hugo/version +++ b/community/hugo/version @@ -1 +1 @@ -0.89.1 1 +0.89.2 1 -- cgit v1.2.3