summaryrefslogtreecommitdiffstats
path: root/development/hugo
diff options
context:
space:
mode:
Diffstat (limited to 'development/hugo')
-rw-r--r--development/hugo/README3
-rw-r--r--development/hugo/hugo.SlackBuild4
-rw-r--r--development/hugo/hugo.info6
3 files changed, 7 insertions, 6 deletions
diff --git a/development/hugo/README b/development/hugo/README
index 13a15c6e49..9da352af9b 100644
--- a/development/hugo/README
+++ b/development/hugo/README
@@ -15,4 +15,5 @@ Hugo is designed to work well for any kind of website including blogs,
tumbles, and docs.
Notes:
-This Slackbuild installs the Hugo binary in /opt
+This slackbuild installs the "extended" version of Hugo. Please see
+the Hugo website for more about the additional functionality.
diff --git a/development/hugo/hugo.SlackBuild b/development/hugo/hugo.SlackBuild
index 89c8ca9a55..be1ead8bb1 100644
--- a/development/hugo/hugo.SlackBuild
+++ b/development/hugo/hugo.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for hugo
-# Copyright 2020-2022 Andrew Payne <phalange@komputermatrix.com>
+# Copyright 2020-2024 Andrew Payne <phalange@komputermatrix.com>
# Copyright 2018-2019 Donald Cooley South Haven, IN USA
# All rights reserved.
#
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hugo
-VERSION=${VERSION:-0.99.1}
+VERSION=${VERSION:-0.134.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/hugo/hugo.info b/development/hugo/hugo.info
index b96031ec8e..0f3ae4fc07 100644
--- a/development/hugo/hugo.info
+++ b/development/hugo/hugo.info
@@ -1,10 +1,10 @@
PRGNAM="hugo"
-VERSION="0.99.1"
+VERSION="0.134.2"
HOMEPAGE="https://gohugo.io"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.99.1/hugo_extended_0.99.1_Linux-64bit.tar.gz"
-MD5SUM_x86_64="12882bae570f8b1363eb49fcaf95aee4"
+DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.134.2/hugo_extended_0.134.2_Linux-64bit.tar.gz"
+MD5SUM_x86_64="a0e46e8e115c4656015a9407d4245985"
REQUIRES=""
MAINTAINER="Andrew Payne"
EMAIL="phalange@komputermatrix.com"