summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanpi2020-08-31 17:23:59 +0200
committerSanpi2020-08-31 17:23:59 +0200
commit7ae7c3b5604b89291a8279c585be3718a99b11ce (patch)
treebf3dfe61ec52aef838a84bb1e50f193603ab6fcc /PKGBUILD
parent9e2152ae2896b827c1fc5fc42bc848f3e9e1719b (diff)
downloadaur-7ae7c3b5604b89291a8279c585be3718a99b11ce.tar.gz
v0.4.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa4ac99d20d2..5fa624d187c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=cargo-spellcheck
-pkgver=0.4.1
+pkgver=0.4.4
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=('a0cdf8f176ad65b5cfe8338c39fa26099f32b91e7d3f36793a7e598faddbebf2')
+sha256sums=('8123ee40da99303bd3c90095a52b9b11b2eed3a941a337ec3b26fc3f5378d282')
build()
{