summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gizdov2017-07-04 01:10:01 +0200
committerKonstantin Gizdov2017-07-04 01:10:01 +0200
commit4d16bf75d4938054b5451edd855a7b67d4ae7656 (patch)
treefcda1fea628006381447782656f7608e7ef163bf
parent73c803c36534d572a95b1835fc234e3a59f8d9d9 (diff)
downloadaur-4d16bf75d4938054b5451edd855a7b67d4ae7656.tar.gz
updated to v0.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b619e43b3c75..f45e37b0c4f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vale
pkgdesc = A customizable, syntax-aware linter for prose.
- pkgver = 0.7.2
+ pkgver = 0.8.1
pkgrel = 1
url = https://github.com/ValeLint/vale
arch = i686
@@ -10,9 +10,9 @@ pkgbase = vale
makedepends = ruby
provides = vale
options = !emptydirs
- source = https://github.com/ValeLint/vale/archive/0.7.2.zip
+ source = https://github.com/ValeLint/vale/archive/0.8.1.zip
source = enable_local_build.patch
- sha256sums = 3240324686cd4efb8a2e68dde67c2e68d891fa26a2afdf74fa0cf46d986d7242
+ sha256sums = e031999acbfaff0ca0d5c018b2e1e4976ca32d238d54c899a9ea4af5aa1a5179
sha256sums = 03be0c5d6b4e4c70346c8da348f5d8a51daffdc203f1f1d022a890da4d34e9f4
pkgname = vale
diff --git a/PKGBUILD b/PKGBUILD
index 026ada680ad5..f2d6efd0acf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Konstantin Gizdov < arch at kge dot pw >
pkgname=vale
-pkgver=0.7.2
+pkgver=0.8.1
pkgrel=1
pkgdesc="A customizable, syntax-aware linter for prose."
provides=('vale')
@@ -12,7 +12,7 @@ makedepends=('go' 'ruby')
options=('!emptydirs')
source=("https://github.com/ValeLint/${pkgname}/archive/${pkgver}.zip"
'enable_local_build.patch')
-sha256sums=('3240324686cd4efb8a2e68dde67c2e68d891fa26a2afdf74fa0cf46d986d7242'
+sha256sums=('e031999acbfaff0ca0d5c018b2e1e4976ca32d238d54c899a9ea4af5aa1a5179'
'03be0c5d6b4e4c70346c8da348f5d8a51daffdc203f1f1d022a890da4d34e9f4')
prepare() {