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>
This commit is contained in:
afhpayne 2023-01-20 11:44:41 -05:00 committed by Willy Sudiarto Raharjo
parent dd478f23be
commit c11c92b5c4
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -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}

View File

@ -1,10 +1,10 @@
PRGNAM="hugo"
VERSION="0.109.0"
VERSION="0.110.0"
HOMEPAGE="https://gohugo.io"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.109.0/hugo_extended_0.109.0_Linux-64bit.tar.gz"
MD5SUM_x86_64="15607bb03d770102cfe4832763aea301"
DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.110.0/hugo_extended_0.110.0_Linux-64bit.tar.gz"
MD5SUM_x86_64="c89fda776d2d5d0a6efdc3e67a658d02"
REQUIRES=""
MAINTAINER="Andrew Payne"
EMAIL="phalange@komputermatrix.com"