summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-05-11 01:06:37 +0200
committerAlphaJack2023-05-11 01:06:37 +0200
commitf9aeaf20f2f441f55715806e2ef62304bdf7b8a6 (patch)
tree317533b448a78d3b6a6c4ac3909c542884a4fc2e /PKGBUILD
parente5c7835fd32118f7e69fc74ef93b32dad79f48f4 (diff)
downloadaur-f9aeaf20f2f441f55715806e2ef62304bdf7b8a6.tar.gz
Updated mkdocs-material to 9.1.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31e9f44d9c48..d9505472246d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=9.1.9
+pkgver=9.1.11
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=('3490203bb162d381f8fd8e5ace880af4780249724a5300ac1180576d962d9d8e')
+sha256sums=('8cceba8f9083c3132d546b74ad6789b32277197de6c1ca82fe71c4426de1dc5d')
options=("!strip")
build(){