summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dce62d39f40e..513ce0aa1a63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-rubocop-rails
pkgdesc = Automatic Rails code style checking tool
- pkgver = 2.17.2
+ pkgver = 2.17.3
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.17.2/rubocop-rails-2.17.2.tar.gz
- sha256sums = d7758329119eaa7b39abd84c5eea49fcc55cdb7bafadbe43eca4ffc3172a302b
+ source = https://github.com/rubocop/rubocop-rails/archive/v2.17.3/rubocop-rails-2.17.3.tar.gz
+ sha256sums = fd2fd1497c850eae999227ceaad0462bd5b26fb2fc46fd22498ca2bb629d8b3f
pkgname = ruby-rubocop-rails
diff --git a/PKGBUILD b/PKGBUILD
index c408254be409..a487726febb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=rubocop-rails
pkgname=ruby-${_gemname}
-pkgver=2.17.2
+pkgver=2.17.3
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=('d7758329119eaa7b39abd84c5eea49fcc55cdb7bafadbe43eca4ffc3172a302b')
+sha256sums=('fd2fd1497c850eae999227ceaad0462bd5b26fb2fc46fd22498ca2bb629d8b3f')
prepare() {
cd $_gemname-$pkgver