summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanpi2020-06-12 19:27:45 +0200
committerSanpi2020-06-12 19:27:45 +0200
commitb98a1f6df6d0a6ae9b1ed4079a4ecb4806d33417 (patch)
tree224f23cc719c2fa747cf08fccf48bed41f68edf5 /PKGBUILD
parentd08961b058118033675a059f13923f2be48c0958 (diff)
downloadaur-b98a1f6df6d0a6ae9b1ed4079a4ecb4806d33417.tar.gz
v0.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e5f9231f1c0..89c75ee24d1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=cargo-spellcheck
-pkgver=0.0.16
+pkgver=0.1.2
pkgrel=1
pkgdesc="Checks all your documentation for spelling mistakes"
url="https://github.com/drahnr/$pkgname"
@@ -8,7 +8,7 @@ arch=("x86_64")
license=("MIT" "Apache")
depends=("cargo" "hunspell")
source=("$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
-sha256sums=('f190db5a9f20e0e8473a9c0fc8cc5e0188d17ceb8f58f8be95a227629eb1a7b7')
+sha256sums=('30394310c66eae0c21af99beca5cd6ca22d995abfa39142f8ac3287eb62201c5')
build()
{