summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-01-04 01:35:44 +0100
committerAlphaJack2023-01-04 01:35:44 +0100
commitf814f20cf2eddb70d480d3809432ebd99b6b2dd4 (patch)
treec63b3e3784ddf4d0af0d9070722e27c8c8c0583d /PKGBUILD
parentd373988c66a7c389505d633ff0e99fd7afb8d9e0 (diff)
downloadaur-f814f20cf2eddb70d480d3809432ebd99b6b2dd4.tar.gz
Updated mkdocs-material to 9.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7ed50b6395c..02bc4d47404b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=9.0.0
+pkgver=9.0.1
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=('d1ea3433be5ae40d05b3555a6bcbf482c5f272a47de7cb46dbcaa7bbf082c29b')
+sha256sums=('3171d55e9f9d7621becaf238f696ac7d99f7e88d6b0e931cb5f6f9750dead644')
options=("!strip")
build(){