summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-03-05 18:14:53 +0100
committerJonne Haß2021-03-05 18:14:53 +0100
commit4845abc21fbf94d9ca80fcb9b2e823edd3f3df72 (patch)
treefcf35d9ba1925b4a583aba7ea26c6e2f45f18b7c
parent13151edbf4eef0ad1a0496e17760b9aabf6b9934 (diff)
downloadaur-4845abc21fbf94d9ca80fcb9b2e823edd3f3df72.tar.gz
ruby*-bundler: bump to 2.2.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5de300afb17..01f6d854cf37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ruby2.4-bundler
pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably.
- pkgver = 2.2.12
+ pkgver = 2.2.13
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.2.12.gem
+ noextract = bundler-2.2.13.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.12.gem
- sha256sums = 4e5c2a2e8acd916fdbfb008ad2d6afe44b2e9dc6789fb96447656ee0b4970488
+ source = https://rubygems.org/downloads/bundler-2.2.13.gem
+ sha256sums = d3f434e1ec75f212409b78000276b4b943feacf4c7c4f529d36965a0fe486e14
pkgname = ruby2.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index b9d7446dd0b9..6c67b80da378 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.2.12
+pkgver=2.2.13
pkgrel=1
pkgdesc="Manages an application's dependencies through its entire life, across many machines, systematically and repeatably."
arch=('any')
@@ -12,7 +12,7 @@ depends=('ruby2.4')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha256sums=('4e5c2a2e8acd916fdbfb008ad2d6afe44b2e9dc6789fb96447656ee0b4970488')
+sha256sums=('d3f434e1ec75f212409b78000276b4b943feacf4c7c4f529d36965a0fe486e14')
package() {
cd "$srcdir"