summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-02-06 09:51:03 +0100
committerAlphaJack2023-02-06 09:51:03 +0100
commitc7d1195a958ff2da666b3722daa5f1d054711bae (patch)
treec632ca36975b2e55cb0faff644e1b32a1faf4dbd /PKGBUILD
parent36864e79552fa24264d0b2d523a0cd54d27782b7 (diff)
downloadaur-c7d1195a958ff2da666b3722daa5f1d054711bae.tar.gz
Updated mkdocs-material to 9.0.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e56d6093db5..1594cf7cc3b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=9.0.10
+pkgver=9.0.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=('a7b8b3b1baf85da12d2d36076e261fb52c95e01b9906ddb1d1a4d686c6f2831a')
+sha256sums=('30b5feee6edb8825d47640abd3a66a9db453c36808fab6408bf3ae38c7eb4821')
options=("!strip")
build(){