diff options
Diffstat (limited to 'development/hugo')
-rw-r--r-- | development/hugo/README | 4 | ||||
-rw-r--r-- | development/hugo/hugo.SlackBuild | 2 | ||||
-rw-r--r-- | development/hugo/hugo.info | 6 |
3 files changed, 8 insertions, 4 deletions
diff --git a/development/hugo/README b/development/hugo/README index 9da352af9b..82dd3edc8b 100644 --- a/development/hugo/README +++ b/development/hugo/README @@ -17,3 +17,7 @@ tumbles, and docs. Notes: This slackbuild installs the "extended" version of Hugo. Please see the Hugo website for more about the additional functionality. + +Current release: +Hugo cannot be updated beyond 0.148.2 in the current stable release +of Slackware. diff --git a/development/hugo/hugo.SlackBuild b/development/hugo/hugo.SlackBuild index 2e884f5fee..6aa33402b5 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.146.5} +VERSION=${VERSION:-0.148.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/hugo/hugo.info b/development/hugo/hugo.info index 9c4cb20729..7813954ffc 100644 --- a/development/hugo/hugo.info +++ b/development/hugo/hugo.info @@ -1,10 +1,10 @@ PRGNAM="hugo" -VERSION="0.146.5" +VERSION="0.148.2" HOMEPAGE="https://gohugo.io" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.146.5/hugo_extended_0.146.5_Linux-64bit.tar.gz" -MD5SUM_x86_64="1d0dd9d178ff12619575407b0af01940" +DOWNLOAD_x86_64="https://github.com/gohugoio/hugo/releases/download/v0.148.2/hugo_extended_0.148.2_Linux-64bit.tar.gz" +MD5SUM_x86_64="5621c5bf03157ea8c120a86d0dc2053d" REQUIRES="" MAINTAINER="Andrew Payne" EMAIL="phalange@komputermatrix.com" |