development/hugo: Updated for version 0.54.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Donald Cooley 2019-02-03 08:01:52 +07:00 committed by Willy Sudiarto Raharjo
parent d59052c33f
commit d4ee66aea1
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for hugo
# Copyright 2018 Donald Cooley South Haven, IN USA
# Copyright 2018-2019 Donald Cooley South Haven, IN USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hugo
VERSION=${VERSION:-0.53}
VERSION=${VERSION:-0.54.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="hugo"
VERSION="0.53"
VERSION="0.54.0"
HOMEPAGE="https://gohugo.io"
DOWNLOAD="https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_0.53_Linux-32bit.tar.gz"
MD5SUM="d03ab66f0c9c9e9969974283191a05a9"
DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.53/hugo_0.53_Linux-64bit.tar.gz"
MD5SUM_x86_64="c552af2e24ab00862b47d675041643d0"
DOWNLOAD="https://github.com/gohugoio/hugo/releases/download/v0.54.0/hugo_0.54.0_Linux-32bit.tar.gz"
MD5SUM="57da706b3172a404d736d8f0c969744e"
DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.54.0/hugo_0.54.0_Linux-64bit.tar.gz"
MD5SUM_x86_64="cedeb45f2d8b2e0bd4b9f53514078303"
REQUIRES=""
MAINTAINER="Donald Cooley"
EMAIL="chytraeu@sdf.org"