summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-01-05 13:20:16 +0100
committerAlphaJack2023-01-05 13:20:16 +0100
commit34c30f0e5504891586787bfc1e418e5674298030 (patch)
treec12b27f45944d3db812902b19ad32c79481bdd64 /PKGBUILD
parentf814f20cf2eddb70d480d3809432ebd99b6b2dd4 (diff)
downloadaur-34c30f0e5504891586787bfc1e418e5674298030.tar.gz
Updated mkdocs-material to 9.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02bc4d47404b..2f2c582658a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=9.0.1
+pkgver=9.0.2
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=('3171d55e9f9d7621becaf238f696ac7d99f7e88d6b0e931cb5f6f9750dead644')
+sha256sums=('bf2c018f0313b4ab5de9485e6fa98e58a78c571e330ecd2b292f3a363f55786c')
options=("!strip")
build(){