summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-08-28 18:03:53 +0200
committerAlphaJack2023-08-28 18:03:53 +0200
commit852523bbebb7dad05dadd45c642368d329c8a22b (patch)
tree1a78699ea46a4e634f933a8af03a539953ffb07b /PKGBUILD
parent8ee4b288e31b88f3e3906ecbda289c64a449e671 (diff)
downloadaur-852523bbebb7dad05dadd45c642368d329c8a22b.tar.gz
Updated mkdocs-material to 9.2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1777ab8fbce3..25e2b48593fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=9.2.3
+pkgver=9.2.5
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=('33adaa65c967172b539b9cb56fa3a7885524800bca5b0552d7bbd403b3b15660')
+sha256sums=('4a5e8c04b73293f595705ef375dabafef765818242f36393c80537c9d763f415')
options=("!strip")
build(){