aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 10:43:52 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 10:43:52 +0100
commit0e0656fa2f64c2c4d56c0bebf5121d2e62736a29 (patch)
tree94f1023782d9eed14505c2755ad0d0c150f32ca4 /community
parent6df9c1f73afcfc67e3545b22e974bc47b4c3e268 (diff)
downloadrepository-0e0656fa2f64c2c4d56c0bebf5121d2e62736a29.tar.gz
hugo: fix shellcheck error
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/hugo/build2
-rw-r--r--community/hugo/checksums2
-rw-r--r--community/hugo/sources2
-rw-r--r--community/hugo/version2
4 files changed, 4 insertions, 4 deletions
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