summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-08-25 13:13:03 +0200
committerAlphaJack2023-08-25 13:13:03 +0200
commit8ee4b288e31b88f3e3906ecbda289c64a449e671 (patch)
tree404b0ca315e511b8ade5b3c1404a2a379c7d9874 /PKGBUILD
parent3c1215546d8f270d6b9bc0113c03e2a69099cc7f (diff)
downloadaur-8ee4b288e31b88f3e3906ecbda289c64a449e671.tar.gz
Updated mkdocs-material to 9.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 053d67e47d7b..1777ab8fbce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=9.1.21
+pkgver=9.2.3
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=('d1dc4c58c415703004e3f90de2d8b854e6251c59db5f7d3932a94d557a2a5875')
+sha256sums=('33adaa65c967172b539b9cb56fa3a7885524800bca5b0552d7bbd403b3b15660')
options=("!strip")
build(){