diff options
author | afhpayne <github@komputermatrix.com> | 2023-01-20 11:44:41 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:21:57 +0700 |
commit | c11c92b5c4aa75f15c9bbb90ff25f911d478e401 (patch) | |
tree | 98c4e410c1d323d170b60f7ebe2bfb549ee05e4a /development/hugo/hugo.SlackBuild | |
parent | dd478f23bec1043c5129c6b6ff429989ea1b05a3 (diff) |
development/hugo: Updated for version 0.110.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/hugo/hugo.SlackBuild')
-rw-r--r-- | development/hugo/hugo.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/hugo/hugo.SlackBuild b/development/hugo/hugo.SlackBuild index 85b3a51576..458809046b 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-2023 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.109.0} +VERSION=${VERSION:-0.110.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |