summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d3fcd48f473..5f2e5ab5b2d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mdbook-bin
pkgdesc = Create book from markdown files, like Gitbook but implemented in Rust
- pkgver = 0.4.2
+ pkgver = 0.4.4
pkgrel = 1
url = https://github.com/rust-lang-nursery/mdBook
arch = x86_64
license = MPL2
provides = mdbook
conflicts = mdbook
- source_x86_64 = https://github.com/rust-lang-nursery/mdBook/releases/download/v0.4.2/mdBook-v0.4.2-x86_64-unknown-linux-gnu.tar.gz
- sha256sums_x86_64 = bb24820961c9d71e42f2c2bc06915b27624924d40b7d16e6592a465af9b7162e
+ source_x86_64 = https://github.com/rust-lang-nursery/mdBook/releases/download/v0.4.4/mdBook-v0.4.4-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums_x86_64 = a518d005ed6a264e49998917d33e08769ac1d9c812405e7d214673aea625411d
pkgname = mdbook-bin
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"