summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2020-08-31 17:23:59 +0200
committerSanpi2020-08-31 17:23:59 +0200
commit7ae7c3b5604b89291a8279c585be3718a99b11ce (patch)
treebf3dfe61ec52aef838a84bb1e50f193603ab6fcc
parent9e2152ae2896b827c1fc5fc42bc848f3e9e1719b (diff)
downloadaur-7ae7c3b5604b89291a8279c585be3718a99b11ce.tar.gz
v0.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1e6a85e2a9a..a885fde2195c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-spellcheck
pkgdesc = Checks all your documentation for spelling mistakes
- pkgver = 0.4.1
+ pkgver = 0.4.4
pkgrel = 1
url = https://github.com/drahnr/cargo-spellcheck
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = cargo-spellcheck
license = Apache
depends = cargo
depends = hunspell
- source = 0.4.1.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.4.1/download
- sha256sums = a0cdf8f176ad65b5cfe8338c39fa26099f32b91e7d3f36793a7e598faddbebf2
+ source = 0.4.4.tar.gz::https://crates.io/api/v1/crates/cargo-spellcheck/0.4.4/download
+ sha256sums = 8123ee40da99303bd3c90095a52b9b11b2eed3a941a337ec3b26fc3f5378d282
pkgname = cargo-spellcheck
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()
{