summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2021-11-20 11:20:26 -0500
committerMario Finelli2021-11-20 11:20:26 -0500
commit31e60ca29f80364651ce67035e512fe6783eee8e (patch)
treeb339d43d34ee4c1fc453cf77e24a2d5c3cf924a3
parent08210fda0eacdd4caf92c0e689f84145fa27201f (diff)
downloadaur-31e60ca29f80364651ce67035e512fe6783eee8e.tar.gz
upgpkg: ruby-rubocop-ast 1.13.0-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 da6388482fe5..d72d960b8f49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-rubocop-ast
pkgdesc = RuboCop's AST extensions and NodePattern functionality
- pkgver = 1.12.0
+ pkgver = 1.13.0
pkgrel = 1
url = https://github.com/rubocop/rubocop-ast
arch = any
@@ -16,7 +16,7 @@ pkgbase = ruby-rubocop-ast
depends = ruby
depends = ruby-parser
options = !emptydirs
- source = https://github.com/rubocop/rubocop-ast/archive/v1.12.0/rubocop-ast-1.12.0.tar.gz
- sha256sums = c5fc82bb5977762419e7235fbc15a2172ac964604605ee6b5ce09e27116d2d53
+ source = https://github.com/rubocop/rubocop-ast/archive/v1.13.0/rubocop-ast-1.13.0.tar.gz
+ sha256sums = 3dad5fe472b388a1524bf892cffa53700154471ea003f5046f4b6d3eb741a625
pkgname = ruby-rubocop-ast
diff --git a/PKGBUILD b/PKGBUILD
index d52c05fda48c..5f51349d9a43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=rubocop-ast
pkgname=ruby-${_gemname}
-pkgver=1.12.0
+pkgver=1.13.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=('c5fc82bb5977762419e7235fbc15a2172ac964604605ee6b5ce09e27116d2d53')
+sha256sums=('3dad5fe472b388a1524bf892cffa53700154471ea003f5046f4b6d3eb741a625')
prepare() {
cd $_gemname-$pkgver