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 a2b67fa95bd4..8d3fcd48f473 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.1
+ pkgver = 0.4.2
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.1/mdBook-v0.4.1-x86_64-unknown-linux-gnu.tar.gz
- sha256sums_x86_64 = a5f6c15107fd5a6c933bbed167d8c130676fa7a0cde225b86fb7fea0e88ac975
+ 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
pkgname = mdbook-bin
diff --git a/PKGBUILD b/PKGBUILD
index 71b3ae979bc1..9e3dda7da01a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Moritz Schönherr
pkgname=mdbook-bin
-pkgver=0.4.1
+pkgver=0.4.2
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=('a5f6c15107fd5a6c933bbed167d8c130676fa7a0cde225b86fb7fea0e88ac975')
+sha256sums_x86_64=('bb24820961c9d71e42f2c2bc06915b27624924d40b7d16e6592a465af9b7162e')
package() {
install -D mdbook "${pkgdir}/usr/bin/mdbook"