summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2022-10-27 12:30:14 -0400
committerMario Finelli2022-10-27 12:30:14 -0400
commitbc1307aeb6ed062d9dafe138ec66ddb7e8c75e1c (patch)
tree89976abe5398d903ecdf4965a1e1f68bbda40afe
parentb0365264aa9bc2107d85e3269e1ca8bf85c31c18 (diff)
downloadaur-bc1307aeb6ed062d9dafe138ec66ddb7e8c75e1c.tar.gz
upgpkg: ruby-rubocop-rails 2.17.2-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cce9e7ebb695..dce62d39f40e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-rubocop-rails
pkgdesc = Automatic Rails code style checking tool
- pkgver = 2.16.1
+ pkgver = 2.17.2
pkgrel = 1
url = https://docs.rubocop.org/rubocop-rails/
arch = any
@@ -20,7 +20,7 @@ pkgbase = ruby-rubocop-rails
depends = ruby-activesupport
depends = ruby-rack
options = !emptydirs
- source = https://github.com/rubocop/rubocop-rails/archive/v2.16.1/rubocop-rails-2.16.1.tar.gz
- sha256sums = 1201c6b7bc29075e59251b065ad6cd51fbcd677062a95f51da467137c89dd79d
+ source = https://github.com/rubocop/rubocop-rails/archive/v2.17.2/rubocop-rails-2.17.2.tar.gz
+ sha256sums = d7758329119eaa7b39abd84c5eea49fcc55cdb7bafadbe43eca4ffc3172a302b
pkgname = ruby-rubocop-rails
diff --git a/PKGBUILD b/PKGBUILD
index e83bd78dd664..c408254be409 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=rubocop-rails
pkgname=ruby-${_gemname}
-pkgver=2.16.1
+pkgver=2.17.2
pkgrel=1
pkgdesc="Automatic Rails code style checking tool"
arch=(any)
@@ -14,7 +14,7 @@ url=https://docs.rubocop.org/rubocop-rails/
license=(MIT)
options=(!emptydirs)
source=(https://github.com/rubocop/rubocop-rails/archive/v$pkgver/$_gemname-$pkgver.tar.gz)
-sha256sums=('1201c6b7bc29075e59251b065ad6cd51fbcd677062a95f51da467137c89dd79d')
+sha256sums=('d7758329119eaa7b39abd84c5eea49fcc55cdb7bafadbe43eca4ffc3172a302b')
prepare() {
cd $_gemname-$pkgver