development/hugo: Updated for version 94.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
366832d689
commit
212bc988ed
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=hugo
|
||||
VERSION=${VERSION:-0.92.2}
|
||||
VERSION=${VERSION:-0.94.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="hugo"
|
||||
VERSION="0.92.2"
|
||||
VERSION="0.94.2"
|
||||
HOMEPAGE="https://gohugo.io"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
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"
|
||||
DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.94.2/hugo_extended_0.94.2_Linux-64bit.tar.gz"
|
||||
MD5SUM_x86_64="c56d005345d85e89c7b79cad9a4b8d40"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Andrew Payne"
|
||||
EMAIL="phalange@komputermatrix.com"
|
||||
|
|
Loading…
Reference in New Issue