summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-10-13 10:57:14 +0200
committerJonne Haß2021-10-13 10:57:14 +0200
commitc2d87337dd261e9a0b69cfcc921cc97cf9496660 (patch)
treeeed4f2cd994b802805db5c12f76e7a30334f0fec
parented6b228710fc2e145219562647eef67dbba40845 (diff)
downloadaur-c2d87337dd261e9a0b69cfcc921cc97cf9496660.tar.gz
ruby2.4-bundler: 2.2.29
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9bd4fca3775..3891bbe3e3e5 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.2.28
+ pkgver = 2.2.29
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- 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.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 44fed925fecc..a4b9c141bed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-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.4')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha256sums=('ae9022e6a845dc822635bd8884ea91a8f4c454cbff8ee7bc3114391a8525afe7')
+sha256sums=('6f465e70baa7a7ecd6f67f7869b595c2f3e345e2ee4211fb4009dcf508c244ca')
package() {
cd "$srcdir"