summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2022-02-10 17:24:09 +0100
committerJonne Haß2022-02-10 17:24:09 +0100
commitc4ded074288cfec3f6f6bbeb9c5e85936a2fab16 (patch)
treea5f555f3219cc0d8863802acdeb9c4bfaa07abaf
parent0a10816eaecc6bfce10cc29ceb335bc7784fa2b8 (diff)
downloadaur-c4ded074288cfec3f6f6bbeb9c5e85936a2fab16.tar.gz
ruby2.4-bundler: 2.3.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a94cd2d2915..cdb771ba282b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ruby2.4-bundler
pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably.
- pkgver = 2.3.6
+ pkgver = 2.3.7
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.3.6.gem
+ noextract = bundler-2.3.7.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.3.6.gem
- sha256sums = 394d3c75a8972228cec4844aebcf2c2e87bdc35de2e20bbad0f40d5900fa6194
+ source = https://rubygems.org/downloads/bundler-2.3.7.gem
+ sha256sums = 10ef366406e986d4b20ed4f41e448a2b315c1685a42733a9e45f98b62db8d841
pkgname = ruby2.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index dc5179ba7f9c..12fa08bf3a4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.3.6
+pkgver=2.3.7
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=('394d3c75a8972228cec4844aebcf2c2e87bdc35de2e20bbad0f40d5900fa6194')
+sha256sums=('10ef366406e986d4b20ed4f41e448a2b315c1685a42733a9e45f98b62db8d841')
package() {
cd "$srcdir"