Date: Sunday, March 5, 2023 @ 13:17:50 Author: orhun Revision: 1413345
upgpkg: mdbook 0.4.28-1: upstream release Modified: mdbook/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-05 13:16:48 UTC (rev 1413344) +++ PKGBUILD 2023-03-05 13:17:50 UTC (rev 1413345) @@ -5,7 +5,7 @@ # Contributor: Moritz Schönherr <[email protected]> pkgname=mdbook -pkgver=0.4.27 +pkgver=0.4.28 pkgrel=1 pkgdesc="Create book from markdown files, like Gitbook but implemented in Rust" url="https://github.com/rust-lang/mdBook" @@ -14,7 +14,7 @@ depends=('gcc-libs') makedepends=('cargo') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-lang/mdBook/archive/v${pkgver}.tar.gz") -sha256sums=('c0a13e76b18401d4662b3a721c714baf6b5bd08f799f25e4cb9d920a75c7cab5') +sha256sums=('b7785a0e69a6628bedebb31257113ae659de3b561458cc635d30d07794284b14') # https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md prepare() {
