summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12fdb0e18b3d..758b6e8109b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=rubocop
pkgname=ruby-${_gemname}
-pkgver=1.8.1
+pkgver=1.9.0
pkgrel=1
pkgdesc="A Ruby static code analyzer and formatter"
arch=(any)
@@ -23,7 +23,7 @@ url=https://rubocop.org
license=(MIT)
options=(!emptydirs)
source=(https://github.com/rubocop-hq/rubocop/archive/v$pkgver/$_gemname-$pkgver.tar.gz)
-sha256sums=('62e9da709f4650acccc640d57dfd091edaf9c887d09c52ea52b369eb006219c1')
+sha256sums=('1ac2f52d659607f19b65179183b8a9a8fa006e5b78340daeb32d402104434a3e')
prepare() {
cd $_gemname-$pkgver