summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-12-25 12:00:27 +0100
committerJonne Haß2021-12-25 12:00:27 +0100
commitd08b015bb8e230b4224829e27d3622661f1e60b3 (patch)
tree816c8ecd059383fd26096fd98d93b7f11c09d680
parentf1e4a18675eafd75d2576baedbd5380635050676 (diff)
downloadaur-d08b015bb8e230b4224829e27d3622661f1e60b3.tar.gz
ruby2.4-bundler: 2.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 417549f8e866..c676b6e00db6 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.3.2
+ pkgver = 2.3.3
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.3.2.gem
+ noextract = bundler-2.3.3.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.3.2.gem
- sha256sums = d01ea5d25c7050d9dbc3af7958347db86075b918dd5f10cda61414e07915ec84
+ source = https://rubygems.org/downloads/bundler-2.3.3.gem
+ sha256sums = 3252d36ac6d154776a278f0a2f7c47c5397adeb6fd636d21549285a9af7faf1d
pkgname = ruby2.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 08380a337777..797a5f07b9ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.3.2
+pkgver=2.3.3
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=('d01ea5d25c7050d9dbc3af7958347db86075b918dd5f10cda61414e07915ec84')
+sha256sums=('3252d36ac6d154776a278f0a2f7c47c5397adeb6fd636d21549285a9af7faf1d')
package() {
cd "$srcdir"