summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-12-24 13:41:46 +0100
committerJonne Haß2021-12-24 13:41:46 +0100
commitf1e4a18675eafd75d2576baedbd5380635050676 (patch)
treefec7924942755628638b2ec969d65e6a0a582f79
parent61eac6641cf5873eb824abe3b2859af0def455d4 (diff)
downloadaur-f1e4a18675eafd75d2576baedbd5380635050676.tar.gz
ruby2.4-bundler: 2.3.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb618e3b9010..417549f8e866 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.33
+ pkgver = 2.3.2
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.2.33.gem
+ noextract = bundler-2.3.2.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.33.gem
- sha256sums = 0a6fd4db0d3d9232053d15f1d9062729ba86bae667367da2506b600a24f70654
+ source = https://rubygems.org/downloads/bundler-2.3.2.gem
+ sha256sums = d01ea5d25c7050d9dbc3af7958347db86075b918dd5f10cda61414e07915ec84
pkgname = ruby2.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 6a040c26bb81..08380a337777 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.2.33
+pkgver=2.3.2
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=('0a6fd4db0d3d9232053d15f1d9062729ba86bae667367da2506b600a24f70654')
+sha256sums=('d01ea5d25c7050d9dbc3af7958347db86075b918dd5f10cda61414e07915ec84')
package() {
cd "$srcdir"