summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-03-20 12:06:46 +0100
committerJonne Haß2021-03-20 12:06:46 +0100
commite104e715ee181994820c3e3f434b4225b0c03c04 (patch)
tree4418faca728d691ce3c8363649119c900df71435
parentb48f2900e28a0e0615524e8e764f3c0ed8e23cce (diff)
downloadaur-e104e715ee181994820c3e3f434b4225b0c03c04.tar.gz
ruby*-bundler: bump to 2.2.15
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fe8cd3a41af..b7bf2d05388b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ruby2.5-bundler
pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably.
- pkgver = 2.2.14
+ pkgver = 2.2.15
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.5
- noextract = bundler-2.2.14.gem
+ noextract = bundler-2.2.15.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.14.gem
- sha512sums = 0edc95756cac080c7ceb5a435012618727b15893ce6fa6eb4fe1150a21894e0228cc841f4ea59825a430ee72c33247b6915708e3bd0f2729cf446c57421cfcc7
+ source = https://rubygems.org/downloads/bundler-2.2.15.gem
+ sha512sums = c6fddb5e96887d446efaf5571a1fae47a994a7d8b50332a6b7702af8c99a9c3899b97353041d7393541803a02604d61803cde4623fbb260484f6f17b9d1d65e2
pkgname = ruby2.5-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 7a5b7cbbe91c..76fba888c039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_rubyver=2.5
_gemname=bundler
pkgname=ruby${_rubyver}-${_gemname}
-pkgver=2.2.14
+pkgver=2.2.15
pkgrel=1
pkgdesc="Manages an application's dependencies through its entire life, across many machines, systematically and repeatably."
arch=('any')
@@ -15,7 +15,7 @@ depends=('ruby2.5')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha512sums=('0edc95756cac080c7ceb5a435012618727b15893ce6fa6eb4fe1150a21894e0228cc841f4ea59825a430ee72c33247b6915708e3bd0f2729cf446c57421cfcc7')
+sha512sums=('c6fddb5e96887d446efaf5571a1fae47a994a7d8b50332a6b7702af8c99a9c3899b97353041d7393541803a02604d61803cde4623fbb260484f6f17b9d1d65e2')
package() {
cd "$srcdir"