summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2022-04-25 10:45:32 +0200
committerMario Finelli2022-04-25 10:45:32 +0200
commit294b398de3511a21e97d1df660fe0dfd85160a4c (patch)
tree362aa6716c990653168f2310e67d27f6715a411b /PKGBUILD
parent61e19fabb3159710e27fbf24e94f96d3bd1dad52 (diff)
downloadaur-294b398de3511a21e97d1df660fe0dfd85160a4c.tar.gz
upgpkg: ruby-rubocop 1.28.2-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89191a7a23d7..0c071139a0d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=rubocop
pkgname=ruby-${_gemname}
-pkgver=1.27.0
+pkgver=1.28.2
pkgrel=1
pkgdesc="A Ruby static code analyzer and formatter"
arch=(any)
@@ -36,7 +36,7 @@ url=https://rubocop.org
license=(MIT)
options=(!emptydirs)
source=(https://github.com/rubocop/rubocop/archive/v$pkgver/$_gemname-$pkgver.tar.gz)
-sha256sums=('94eb2b7523c0028e0f0b31142e4e846aa4e96fcc3847bf3992cee17e163c68f9')
+sha256sums=('a6171f088596ae072255191e3a0b564341984cca780a9f9009de0f017ecb476f')
prepare() {
cd $_gemname-$pkgver