development/hugo: updated for version 0.128.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
afhpayne 2024-07-07 17:15:03 -04:00 committed by Willy Sudiarto Raharjo
parent 411957c575
commit dc4de6b377
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hugo
VERSION=${VERSION:-0.127.0}
VERSION=${VERSION:-0.128.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="hugo"
VERSION="0.127.0"
VERSION="0.128.2"
HOMEPAGE="https://gohugo.io"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.127.0/hugo_extended_0.127.0_Linux-64bit.tar.gz"
MD5SUM_x86_64="2b05007697a81689665afcf4c12f75e9"
DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.128.2/hugo_extended_0.128.2_Linux-64bit.tar.gz"
MD5SUM_x86_64="1f92a1e6f944c19442f4f1919f488394"
REQUIRES=""
MAINTAINER="Andrew Payne"
EMAIL="phalange@komputermatrix.com"