summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-05-31 14:24:05 +0200
committerAlphaJack2023-05-31 14:24:05 +0200
commit3a08685caf62a60a33efebd1d7c32d3d2e8ab742 (patch)
treec648db0cf8cff32221a80dc35962d932f5ec32b2 /PKGBUILD
parent1d1f3561e2a84d4af29a9fb9550fb996996584a3 (diff)
downloadaur-3a08685caf62a60a33efebd1d7c32d3d2e8ab742.tar.gz
Updated mkdocs-material to 9.1.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 817dbcaf5bad..89c94a19c8a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=9.1.14
+pkgver=9.1.15
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=('f47586d5998dc2150e8bb5c6030126b17057e57f3ba54bf6b74387eb94223af9')
+sha256sums=('1190ff3e9a2098f211a27d17eea4ccc9ea9519d14f0f36fa3c748bc509a911a4')
options=("!strip")
build(){