summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-02-02 20:06:00 +0100
committerAlphaJack2023-02-02 20:06:00 +0100
commit36864e79552fa24264d0b2d523a0cd54d27782b7 (patch)
tree5a0b1f37ceeb0e8c398d5d65ac14048c8b857041 /PKGBUILD
parenta931f37ef77ed284e127f6dccb048a6bbe14274c (diff)
downloadaur-36864e79552fa24264d0b2d523a0cd54d27782b7.tar.gz
Updated mkdocs-material to 9.0.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61c1b938edad..3e56d6093db5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=9.0.8
+pkgver=9.0.10
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=('87b0ec423a44d06aff953a84978cd8e3ee27c2fbd0da974c379253551e78bbb3')
+sha256sums=('a7b8b3b1baf85da12d2d36076e261fb52c95e01b9906ddb1d1a4d686c6f2831a')
options=("!strip")
build(){