summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-03-03 00:38:02 +0100
committerAlphaJack2023-03-03 00:38:02 +0100
commit08c02c0bf96b9a1ff76ca820fcb22b825f344525 (patch)
tree2013eaa5dadfb4f45dc617d866735bc7eb558be1 /PKGBUILD
parent62e93e138868c07004a6f0409f89ca5582a944c4 (diff)
downloadaur-08c02c0bf96b9a1ff76ca820fcb22b825f344525.tar.gz
Updated mkdocs-material to 9.0.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf67ca47274f..1ea34c9f95c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=9.0.14
+pkgver=9.0.15
pkgrel=1
pkgdesc="Material design theme for MkDocs"
url="http://squidfunk.github.io/mkdocs-material/"
@@ -25,7 +25,7 @@ depends=("mkdocs"
"python-requests")
makedepends=("python-build" "python-installer" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::https://github.com/squidfunk/mkdocs-material/archive/$pkgver.tar.gz")
-sha256sums=('aba71ca5cebcc8b336bf9b98b00a04c9db9033a20c3e6df79be2dd1a9aed3555')
+sha256sums=('7a26db963d0b150a8a76f088c69fdeb108217534624a259b401deb83e5c67159')
options=("!strip")
build(){