diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-15 12:04:14 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-15 12:39:30 +0100 |
commit | ab1e7b9bfef348d16fb3a7317ea9a6d2b8f7b099 (patch) | |
tree | eb1b1d3d45204be0dfc323a6e2652bc1a017f851 /testing/mdbook | |
parent | a1c910cd119fa3affb146a4638e19daa971ab48f (diff) | |
download | aports-ab1e7b9bfef348d16fb3a7317ea9a6d2b8f7b099.tar.bz2 aports-ab1e7b9bfef348d16fb3a7317ea9a6d2b8f7b099.tar.xz |
testing/mdbook: upgrade to 0.3.5
Diffstat (limited to 'testing/mdbook')
-rw-r--r-- | testing/mdbook/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mdbook/APKBUILD b/testing/mdbook/APKBUILD index df10f679ec..4b19c28d0d 100644 --- a/testing/mdbook/APKBUILD +++ b/testing/mdbook/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=mdbook -pkgver=0.3.4 +pkgver=0.3.5 pkgrel=0 pkgdesc="mdBook is a utility to create modern online books from Markdown files" url="https://rust-lang-nursery.github.io/mdBook" @@ -29,4 +29,4 @@ package() { install -Dm755 target/release/mdbook "$pkgdir"/usr/bin/mdbook } -sha512sums="593a09500c0f6a1f72855fd411de4c961b471565ee2029e03add5538d93cae0d73a67a808ade1ffc9834c21e518fae997076012084f01dc270564f1e55643169 mdbook-0.3.4.tar.gz" +sha512sums="754fa8ed418f7208e4ff1315d0c3576ae84c302f7cbfcb329964d0e430946f3b080b1a946a81cc2d0f7e70875b8ada226515e50935e8422b966deea8a500930d mdbook-0.3.5.tar.gz" |