summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2024-02-18 23:00:23 -0300
committerRafael Fontenelle2024-02-18 23:00:23 -0300
commit911cfdf950d56d4eb384a72eefc95a540f2c2601 (patch)
tree22122e8a437fb97860cf8693923bcd7dbbd7daee /PKGBUILD
parent3c4d7494199afcdc23221d395a10b5102dca5f26 (diff)
downloadaur-911cfdf950d56d4eb384a72eefc95a540f2c2601.tar.gz
Update to 3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb2da4d6fd7a..516351ad7a75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Achilleas Pipinellis <axilleas at archlinux dot gr>
pkgname=vale
-pkgver=3.0.7
+pkgver=3.1.0
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=('06774ef953064b3e5f5d8e121bf1626eabf8c9ec3cc2def5ef8085a9c3797c89')
+sha256sums=('17722be52a8ab919e26adeb077818de47ef275141a047aee789c9516d9c96ea7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"