summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2020-10-07 07:42:48 -0400
committerMario Finelli2020-10-07 07:42:48 -0400
commita881a08afd4726b8523842aa9e8895246d234c4b (patch)
treeeedb881aad0ba75d1057792cd762b0a55286640b /PKGBUILD
parent78ecb0b390fee065faade88b264caf62abfa486e (diff)
downloadaur-a881a08afd4726b8523842aa9e8895246d234c4b.tar.gz
Bump to 0.92.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb6b50ced945..f81777682134 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=rubocop
pkgname=ruby-${_gemname}
-pkgver=0.86.0
+pkgver=0.92.0
pkgrel=1
pkgdesc="Automatic Ruby code style checking tool."
arch=('any')
@@ -24,7 +24,7 @@ noextract=($_gemname-$pkgver.gem)
license=('MIT')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-sha256sums=('babe641b554e28d53bad32fd94f90e6d65410fa06fe8a2c511f2aec03b7c83ca')
+sha256sums=('3653dec299db6290c1f4dd3c4afd47ef76c484185f3642605552547c74672e4b')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"