summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2019-01-31 11:54:20 -0500
committerMario Finelli2019-01-31 11:54:20 -0500
commit6b3be2c713ce9a87186de565322eab8860166453 (patch)
tree4dcaad34e3446091551cf4bad213500d928838b9 /PKGBUILD
parent92efd55a5a272a4f568ca7ce391638739c09808b (diff)
downloadaur-6b3be2c713ce9a87186de565322eab8860166453.tar.gz
Bump to 0.63.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50c2829b83c2..8176e40eb1fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=rubocop
pkgname=ruby-${_gemname}
-pkgver=0.60.0
+pkgver=0.63.1
pkgrel=1
pkgdesc="Automatic Ruby code style checking tool."
arch=('any')
@@ -23,7 +23,7 @@ noextract=($_gemname-$pkgver.gem)
license=('MIT')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-sha256sums=('31d8b34585456ce0f0e79d6411c3b7e705ac571996876d9815e1d6f1130173c7')
+sha256sums=('5e8a8fadbe248ff9c3727b603d66f23658fe1e1965ae07571365b34a390600df')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"