summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2024-04-13 09:50:56 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-13 22:03:47 +0700
commit970e2b307ee90bc6a59c9448a0784c088e4bffe2 (patch)
tree6e4c853349c4342c7a5815e828cbf0da0819f9dc
parentf60b6c0603c7a9c88a09827d2485cb665e58a3ea (diff)
downloadslackbuilds-970e2b307ee90bc6a59c9448a0784c088e4bffe2.tar.gz
slackbuilds-970e2b307ee90bc6a59c9448a0784c088e4bffe2.tar.xz
development/hugo: Fix DOWNLOAD_x86_64.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/hugo/hugo.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/hugo/hugo.info b/development/hugo/hugo.info
index d1850b0c33..a37c2e10dd 100644
--- a/development/hugo/hugo.info
+++ b/development/hugo/hugo.info
@@ -3,7 +3,7 @@ VERSION="0.124.1"
HOMEPAGE="https://gohugo.io"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.124.1/hugo_extended_0.124.1_Linux-64bit.tar.gz
+DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.124.1/hugo_extended_0.124.1_Linux-64bit.tar.gz"
MD5SUM_x86_64="6e4b40e10d697112b5fb49440d870213"
REQUIRES=""
MAINTAINER="Andrew Payne"