diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/hugo/README | 3 | ||||
-rw-r--r-- | development/hugo/hugo.SlackBuild | 4 | ||||
-rw-r--r-- | development/hugo/hugo.info | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/development/hugo/README b/development/hugo/README index 13a15c6e49885..98ffec00bd0be 100644 --- a/development/hugo/README +++ b/development/hugo/README @@ -15,4 +15,5 @@ Hugo is designed to work well for any kind of website including blogs, tumbles, and docs. Notes: -This Slackbuild installs the Hugo binary in /opt +This slackbuild installs the "extended" version of Hugo. Please see +the Hugo website for more about the additional functionality.
\ No newline at end of file diff --git a/development/hugo/hugo.SlackBuild b/development/hugo/hugo.SlackBuild index 3f18611f1f23f..e26b520bbe771 100644 --- a/development/hugo/hugo.SlackBuild +++ b/development/hugo/hugo.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hugo -VERSION=${VERSION:-0.101.0} +VERSION=${VERSION:-0.102.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -65,7 +65,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION mkdir -p $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM\_$VERSION\_Linux-$BIT.tar.gz -C $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM\_extended\_$VERSION\_Linux-$BIT.tar.gz -C $PRGNAM-$VERSION cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/development/hugo/hugo.info b/development/hugo/hugo.info index f820b3932ad5a..49f1da28fc0bc 100644 --- a/development/hugo/hugo.info +++ b/development/hugo/hugo.info @@ -1,10 +1,10 @@ PRGNAM="hugo" -VERSION="0.101.0" +VERSION="0.102.3" HOMEPAGE="https://gohugo.io" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.101.0/hugo_0.101.0_Linux-64bit.tar.gz" -MD5SUM_x86_64="ad2d665246e1ffbabb37c09cb0f0c7dd" +DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.102.3/hugo_extended_0.102.3_Linux-64bit.tar.gz" +MD5SUM_x86_64="d9b1abd455b5550a45accd0e6cb00c84" REQUIRES="" MAINTAINER="Andrew Payne" EMAIL="phalange@komputermatrix.com" |