summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-01-15 14:57:38 +0100
committerAlphaJack2023-01-15 14:57:38 +0100
commit3c94174cf8e717bd7ddb0c78866fc075913235e3 (patch)
tree3f7e67e1792a61e2965d3378f53c20e8a80daa27 /PKGBUILD
parent01ce96c1ceaf8a162d6afa9461d9b11046a028d5 (diff)
downloadaur-3c94174cf8e717bd7ddb0c78866fc075913235e3.tar.gz
Updated mkdocs-material to 9.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a856210b96ee..544b4f548bc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=9.0.3
+pkgver=9.0.4
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=('a372b265931cc9fd16de906110e3b1e102a497e5af1ba458676723e562d604a5')
+sha256sums=('be8cc9a323a00b318bcfefd60e9ff17939ca44763c8d14917c43ee4004990f44')
options=("!strip")
build(){