summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2022-11-15 14:17:45 +0100
committerAlphaJack2022-11-15 14:17:45 +0100
commit3669e5f11fddae7a2867730336c4a061fd4d6c53 (patch)
tree5039fb2997719f8ed353e55775a3b42d08376a4f /PKGBUILD
parent4943d089a8862a0a347ad33952f78f53e9abb797 (diff)
downloadaur-3669e5f11fddae7a2867730336c4a061fd4d6c53.tar.gz
Updated mkdocs-material to 8.5.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4f3bd51b9dd..423fcb987765 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=8.5.8
+pkgver=8.5.10
pkgrel=1
pkgdesc="Material design theme for MkDocs"
url="http://squidfunk.github.io/mkdocs-material/"
@@ -22,7 +22,7 @@ depends=("mkdocs"
"python-pygments")
makedepends=("python-build" "python-installer" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::https://github.com/squidfunk/mkdocs-material/archive/$pkgver.tar.gz")
-sha256sums=('d2eaf26f54794c000228f76d56e130c1e42785e480b5304254a0d734b052468e')
+sha256sums=('cb007309ce60b3c0d0291d307477c2ca2958917163f7a7c16cfa2099e632e1a1')
options=("!strip")
build(){