summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2019-03-31 13:49:55 -0400
committerMario Finelli2019-03-31 13:49:55 -0400
commitfcd2ebd12120488a2fc1b46ba4114d70d6c5ccce (patch)
treeb7e8a3fbe112b5925c3cf2c5987fb541429e08d0 /PKGBUILD
parent6b3be2c713ce9a87186de565322eab8860166453 (diff)
downloadaur-fcd2ebd12120488a2fc1b46ba4114d70d6c5ccce.tar.gz
Bump to 0.66.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8176e40eb1fb..b717a2521744 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=rubocop
pkgname=ruby-${_gemname}
-pkgver=0.63.1
+pkgver=0.66.0
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=('5e8a8fadbe248ff9c3727b603d66f23658fe1e1965ae07571365b34a390600df')
+sha256sums=('f05a6896f367765b3f0fba663d0add120444f8de604dada405662b10a0860f5a')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"