summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-12-09 21:25:31 +0100
committerJonne Haß2021-12-09 21:25:31 +0100
commit61eac6641cf5873eb824abe3b2859af0def455d4 (patch)
tree8f3891c7b54f29e065c57c9e3293f4e1f6f2c6c7
parentd1d4102d3393938b8c75b37e9e172584cfd4eb47 (diff)
downloadaur-61eac6641cf5873eb824abe3b2859af0def455d4.tar.gz
ruby2.4-bundler: 2.2.33
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91fdc4eb6522..eb618e3b9010 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.32
+ pkgver = 2.2.33
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.2.32.gem
+ noextract = bundler-2.2.33.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.32.gem
- sha256sums = a5fc106134ce2048fd46b68c10c8d1c296a9006a0ee473da7c5116def4a7fb6a
+ source = https://rubygems.org/downloads/bundler-2.2.33.gem
+ sha256sums = 0a6fd4db0d3d9232053d15f1d9062729ba86bae667367da2506b600a24f70654
pkgname = ruby2.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index a8b8cb6fe78f..6a040c26bb81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.2.32
+pkgver=2.2.33
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=('a5fc106134ce2048fd46b68c10c8d1c296a9006a0ee473da7c5116def4a7fb6a')
+sha256sums=('0a6fd4db0d3d9232053d15f1d9062729ba86bae667367da2506b600a24f70654')
package() {
cd "$srcdir"