mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
development/mdbook: Updated for version 0.4.14.
Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
50a6d706af
commit
fd88b9f1f9
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mdbook
|
||||
VERSION=${VERSION:-0.4.13}
|
||||
VERSION=${VERSION:-0.4.14}
|
||||
SRCNAM=mdBook
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mdbook"
|
||||
VERSION="0.4.13"
|
||||
VERSION="0.4.14"
|
||||
HOMEPAGE="https://github.com/rust-lang/mdBook"
|
||||
DOWNLOAD="https://github.com/rust-lang/mdBook/archive/v0.4.13/mdbook-0.4.13.tar.gz"
|
||||
MD5SUM="f13c6f98065659e8221596165c71f117"
|
||||
DOWNLOAD="https://github.com/rust-lang/mdBook/archive/v0.4.14/mdbook-0.4.14.tar.gz"
|
||||
MD5SUM="f5679ac6a82ba27b1eddfd7a876af2bf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue