summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2020-11-25 22:16:14 +0100
committerFabioLolix2020-11-25 22:16:14 +0100
commit7cfaea92661ac48295e61cf237f7962c6585a0f1 (patch)
tree7876b2232349ec401e7b4e66fcc1bf96f5b5b72d /PKGBUILD
parenta333375bfdf0209c8daf14777c45bc2a7d3750e1 (diff)
downloadaur-mdbook-bin.tar.gz
v0.4.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e3dda7da01a..a7565999ec8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Moritz Schönherr
pkgname=mdbook-bin
-pkgver=0.4.2
+pkgver=0.4.4
pkgrel=1
pkgdesc="Create book from markdown files, like Gitbook but implemented in Rust"
url="https://github.com/rust-lang-nursery/mdBook"
@@ -11,7 +11,7 @@ license=(MPL2)
provides=(mdbook)
conflicts=(mdbook)
source_x86_64=("https://github.com/rust-lang-nursery/mdBook/releases/download/v${pkgver}/mdBook-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums_x86_64=('bb24820961c9d71e42f2c2bc06915b27624924d40b7d16e6592a465af9b7162e')
+sha256sums_x86_64=('a518d005ed6a264e49998917d33e08769ac1d9c812405e7d214673aea625411d')
package() {
install -D mdbook "${pkgdir}/usr/bin/mdbook"