development/hugo: updated for version 0.130.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fad02c03df
commit
231d4543b3
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue