development/hugo: Update for version 0.92.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
afhpayne 2022-02-17 10:28:41 -05:00 committed by Willy Sudiarto Raharjo
parent 38cf11bd9b
commit f2d74109cd
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.92.1}
VERSION=${VERSION:-0.92.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="hugo"
VERSION="0.92.1"
VERSION="0.92.2"
HOMEPAGE="https://gohugo.io"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.92.1/hugo_extended_0.92.1_Linux-64bit.tar.gz"
MD5SUM_x86_64="0097ed2d4c1c36eb77454736e0097656"
DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.92.2/hugo_extended_0.92.2_Linux-64bit.tar.gz"
MD5SUM_x86_64="a2bc3c5514eb9a0bbcddb91342d08a00"
REQUIRES=""
MAINTAINER="Andrew Payne"
EMAIL="phalange@komputermatrix.com"