summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2022-10-27 12:28:30 -0400
committerMario Finelli2022-10-27 12:28:30 -0400
commit53d16aa1dd04b25881d08f3c063227a1917ca38c (patch)
tree7b2b46941760c27aceb9fdca2193a02aa60b92ef /PKGBUILD
parent84e4b6c2bc8a67c8c753d42b2df3e222bd4e9669 (diff)
downloadaur-ruby-rubocop-ast.tar.gz
upgpkg: ruby-rubocop-ast 1.23.0-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 9c60c38a465d..4a442b472ec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=rubocop-ast
pkgname=ruby-${_gemname}
-pkgver=1.22.0
+pkgver=1.23.0
pkgrel=1
pkgdesc="RuboCop's AST extensions and NodePattern functionality"
arch=(any)
@@ -13,7 +13,7 @@ url=https://github.com/rubocop/rubocop-ast
license=(MIT)
options=(!emptydirs)
source=(https://github.com/rubocop/${_gemname}/archive/v$pkgver/$_gemname-$pkgver.tar.gz)
-sha256sums=('dfc1a30112d2304498d43cc1133cb50c7db7ae8004be1e708b95636dbec81b78')
+sha256sums=('cf9a4044c839f87a3559d211fde0614566e4bb75013f303035b5f20732f08422')
prepare() {
cd $_gemname-$pkgver