diff options
author | Pouria Rezaei <Pouria.rz@outlook.com> | 2022-05-20 21:05:09 +0430 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-04 10:37:17 +0700 |
commit | 40ada92a307233067907935b4b58972c8c63e407 (patch) | |
tree | cf4dc13c7b7e937a35389069a93d99adcfac6e66 /development/mdbook/mdbook.SlackBuild | |
parent | 6320fd7195b0d149a309fd86b45ffd3c6f5dfb5b (diff) |
development/mdbook: Updated for version 0.4.18.
Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mdbook/mdbook.SlackBuild')
-rw-r--r-- | development/mdbook/mdbook.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/mdbook/mdbook.SlackBuild b/development/mdbook/mdbook.SlackBuild index a7684e2e2dbf4..0a0aed603ba0b 100644 --- a/development/mdbook/mdbook.SlackBuild +++ b/development/mdbook/mdbook.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mdBook Rust Tool -# Copyright 2019-2021 Pouria Rezaei <Pouria.rz@outlook.com> +# Copyright 2019-2022 Pouria Rezaei <Pouria.rz@outlook.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,9 +29,9 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mdbook -VERSION=${VERSION:-0.4.15} +VERSION=${VERSION:-0.4.18} SRCNAM=mdBook -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |