summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-11-24 16:46:15 +0100
committerJonne Haß2021-11-24 16:46:15 +0100
commitd1d4102d3393938b8c75b37e9e172584cfd4eb47 (patch)
tree9036a6bdc5d642c90f004928ef20dfb183e4ce9f
parent1228b4e2ee211ca520b08eb5387f79dd54eb81a5 (diff)
downloadaur-d1d4102d3393938b8c75b37e9e172584cfd4eb47.tar.gz
ruby2.4-bundler: 2.2.32
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d77d0dfa7cfc..91fdc4eb6522 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.31
+ pkgver = 2.2.32
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.2.31.gem
+ noextract = bundler-2.2.32.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.31.gem
- sha256sums = 307c9a31c5ba920a527a2a5c2384674932df35a4e7405a67cef614403a2f132e
+ source = https://rubygems.org/downloads/bundler-2.2.32.gem
+ sha256sums = a5fc106134ce2048fd46b68c10c8d1c296a9006a0ee473da7c5116def4a7fb6a
pkgname = ruby2.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 1109fe44acb0..a8b8cb6fe78f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.2.31
+pkgver=2.2.32
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=('307c9a31c5ba920a527a2a5c2384674932df35a4e7405a67cef614403a2f132e')
+sha256sums=('a5fc106134ce2048fd46b68c10c8d1c296a9006a0ee473da7c5116def4a7fb6a')
package() {
cd "$srcdir"