summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-03-20 12:06:46 +0100
committerJonne Haß2021-03-20 12:06:46 +0100
commit14ba7baa3aeb6585fab5fa4af6b0df6f4d61c598 (patch)
treedd809a8dcc5c4962e582faf03efa6e336636a374
parent8087b7452877c49178b3f52f906b06349c51ac04 (diff)
downloadaur-14ba7baa3aeb6585fab5fa4af6b0df6f4d61c598.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 314645946501..36d49a035678 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.14
+ pkgver = 2.2.15
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.2.14.gem
+ noextract = bundler-2.2.15.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.14.gem
- sha256sums = ae7a1756a3b51f2748e19cf4f51abe00e53f3091c0d824c9e39f6ac13be04336
+ source = https://rubygems.org/downloads/bundler-2.2.15.gem
+ sha256sums = 9295b52d6744076497b86a7dfe03ffa4599942f245558c98071b8a05e3535835
pkgname = ruby2.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 963fb8aed750..7d0be127ec31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-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')
@@ -12,7 +12,7 @@ depends=('ruby2.4')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha256sums=('ae7a1756a3b51f2748e19cf4f51abe00e53f3091c0d824c9e39f6ac13be04336')
+sha256sums=('9295b52d6744076497b86a7dfe03ffa4599942f245558c98071b8a05e3535835')
package() {
cd "$srcdir"