development/hugo: updated for version 0.130.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
afhpayne 2024-07-29 12:31:15 -04:00 committed by Willy Sudiarto Raharjo
parent fad02c03df
commit 231d4543b3
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.128.2}
VERSION=${VERSION:-0.130.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="hugo"
VERSION="0.128.2"
VERSION="0.130.0"
HOMEPAGE="https://gohugo.io"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
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"
DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.130.0/hugo_extended_0.130.0_Linux-64bit.tar.gz"
MD5SUM_x86_64="b3bd4db7932ba25a2af8a4653c65f58a"
REQUIRES=""
MAINTAINER="Andrew Payne"
EMAIL="phalange@komputermatrix.com"