summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e95613e1562..69a7c8ad0bc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ruby2.6-bundler
pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably.
- pkgver = 2.2.28
+ pkgver = 2.2.29
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.6
- noextract = bundler-2.2.28.gem
+ noextract = bundler-2.2.29.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.28.gem
- sha256sums = ae9022e6a845dc822635bd8884ea91a8f4c454cbff8ee7bc3114391a8525afe7
+ source = https://rubygems.org/downloads/bundler-2.2.29.gem
+ sha256sums = 6f465e70baa7a7ecd6f67f7869b595c2f3e345e2ee4211fb4009dcf508c244ca
pkgname = ruby2.6-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 9deef70c9166..87b7c2d5a91d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.6-bundler
_gemname=${pkgname#ruby2.6-}
-pkgver=2.2.28
+pkgver=2.2.29
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.6')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha256sums=('ae9022e6a845dc822635bd8884ea91a8f4c454cbff8ee7bc3114391a8525afe7')
+sha256sums=('6f465e70baa7a7ecd6f67f7869b595c2f3e345e2ee4211fb4009dcf508c244ca')
package() {
cd "$srcdir"