summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanpi2020-06-18 20:44:16 +0200
committerSanpi2020-06-18 20:44:16 +0200
commiteb150dcba8a4bc9abbada637800a29051b6d2b82 (patch)
treef7c715377cc613d1fd3d003f4b0698a185de9036 /PKGBUILD
parent20bde8201ffdc18e099cefd2b6a9cba021900114 (diff)
downloadaur-eb150dcba8a4bc9abbada637800a29051b6d2b82.tar.gz
v0.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41a8bf3ca13b..8ac42ee49bd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=cargo-spellcheck
-pkgver=0.2.2
+pkgver=0.2.3
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=('bb08e6d887b5325a1d8e3763f4b458dd0e585c22a472062835c89661c8503db0')
+sha256sums=('30c66809407681ebb7b8303bab850b85084324b4d49b0f2b9234f476beefcbb4')
build()
{