diff options
author | afhpayne <github@komputermatrix.com> | 2022-09-02 19:59:36 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-03 17:58:53 +0700 |
commit | 6d839c7af81358c74cc685949ad3242d8dd0b878 (patch) | |
tree | 3649cc37104ba19c3570ac994580c5932dcf656f /development/hugo/hugo.SlackBuild | |
parent | 986c33b8b343d81cd3b5ec732b2ca62c1a80cb85 (diff) | |
download | slackbuilds-6d839c7af81358c74cc685949ad3242d8dd0b878.tar.gz |
development/hugo: Update for version 0.102.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/hugo/hugo.SlackBuild')
-rw-r--r-- | development/hugo/hugo.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/hugo/hugo.SlackBuild b/development/hugo/hugo.SlackBuild index 3f18611f1f..e26b520bbe 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 . \ |