summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanpi2020-07-29 10:15:13 +0200
committerSanpi2020-07-29 10:15:36 +0200
commit7fe6b335be7dc9952a5990bfcf8680858dcfedbd (patch)
tree0ce9c4ab7f4b22d2628d56a200ff76e618d88d1f /PKGBUILD
parentdfd88737b140987ad40f3c52ba7fed7fe4d2b7b4 (diff)
downloadaur-7fe6b335be7dc9952a5990bfcf8680858dcfedbd.tar.gz
v0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 839036e0d1f8..305b477f143a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=cargo-spellcheck
-pkgver=0.2.4
+pkgver=0.3.0
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=('896ae9043c54269f4af7e073f36159e09020d4cc39b2010a7394997b3959ec93')
+sha256sums=('3faadd8b8410e0c2bc5e0c8fe0a9c783dc522f12e1c9ce5bb934c214b1dc75d4')
build()
{