summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2024-01-22 23:55:24 -0300
committerRafael Fontenelle2024-01-22 23:55:24 -0300
commit3dfb33d88e2c62aa9496a4dbd8301ce1cc9b4142 (patch)
tree125e74947cde7d72d045b6c40749d87143558612 /PKGBUILD
parent117ee8545bdb844489796f3a8d1e54283c74ea99 (diff)
downloadaur-3dfb33d88e2c62aa9496a4dbd8301ce1cc9b4142.tar.gz
Update to 3.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09487107b6a9..9d87f96f479e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Achilleas Pipinellis <axilleas at archlinux dot gr>
pkgname=vale
-pkgver=2.30.0
+pkgver=3.0.5
pkgrel=1
pkgdesc="A customizable, syntax-aware linter for prose"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="https://github.com/errata-ai/vale"
license=('MIT')
makedepends=('go' 'go-bindata' 'rsync')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('5a355957a3b5da88a1b785d19dd9232a64a2c649ef9c95939cbce4b3f871e11b')
+sha256sums=('1628a218f9b20d5073bd264ba77c8b2c20deb436bc9d014e321fe68ff6435f23')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"