summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD. Can Celasun2018-10-11 11:25:54 +0200
committerD. Can Celasun2018-10-11 11:25:54 +0200
commit2f4fa7236480434615a558ebf9cc8593829d1d05 (patch)
treeeb2ca5cc56e4188773fcbbc69742d95bdfd23b1a /PKGBUILD
parent5f73614a01e2582c1e8b9c6985c873224c587971 (diff)
downloadaur-2f4fa7236480434615a558ebf9cc8593829d1d05.tar.gz
[mkdocs] Update to 1.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c552d82d9bc..38e24022bb5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Carl George < arch at cgtx dot us >
pkgname=mkdocs
-pkgver=1.0.1
+pkgver=1.0.4
pkgrel=1
pkgdesc="Project documentation with Markdown."
arch=("any")
@@ -19,7 +19,7 @@ depends=(
)
source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"
"$pkgname.bash_completion")
-sha256sums=('88aca8afda97535112554ed1baacdd9ca669ce144f028f05cc16b18d6b596491'
+sha256sums=('17d34329aad75d5de604b9ed4e31df3a4d235afefdc46ce7b1964fddb2e1e939'
'66edd841378428e23fd617ff046fd8ea50b5cc5b70f3f3d50ac29bd5d33fd11f')
build() {