development/hugo: Updated for version 0.80.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Payne 2021-01-22 23:47:22 +07:00 committed by Willy Sudiarto Raharjo
parent b0c261c80e
commit e330796807
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for hugo
# Copyright 2020 Andrew Payne
# Copyright 2020-2021 Andrew Payne <phalange@komputermatrix.com>
# Copyright 2018-2019 Donald Cooley South Haven, IN USA
# All rights reserved.
#
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hugo
VERSION=${VERSION:-0.79.0}
VERSION=${VERSION:-0.80.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="hugo"
VERSION="0.79.0"
VERSION="0.80.0"
HOMEPAGE="https://gohugo.io"
DOWNLOAD="https://github.com/gohugoio/hugo/releases/download/v0.79.0/hugo_0.79.0_Linux-32bit.tar.gz"
MD5SUM="df9af451b29fe7ef7b4e438b9a556c45"
DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.79.0/hugo_0.79.0_Linux-64bit.tar.gz"
MD5SUM_x86_64="59d73a041d2c2db5e6a72213958c8219"
DOWNLOAD="https://github.com/gohugoio/hugo/releases/download/v0.80.0/hugo_0.80.0_Linux-32bit.tar.gz"
MD5SUM="234b11023432e113b95f64bf4c16023a"
DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.80.0/hugo_0.80.0_Linux-64bit.tar.gz"
MD5SUM_x86_64="4e5ac0c0a9e57be93a964e35750e91de"
REQUIRES=""
MAINTAINER="Andrew Payne"
EMAIL="phalange@komputermatrix.com"