summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-05-25 23:07:24 +0200
committerJonne Haß2021-05-25 23:07:24 +0200
commitcb4a8eb8e6c800c42df0143db9621bc19c9b6ec9 (patch)
tree25a5035038c78f03f433a3b43fbf350ff94bad26
parent782fb91f444d4e0f9eb05bfbe8d8de20e7669cdb (diff)
downloadaur-cb4a8eb8e6c800c42df0143db9621bc19c9b6ec9.tar.gz
ruby2.4-bundler: 2.2.18
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da231f2b43a0..4576c8d92662 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ruby2.4-bundler
pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably.
- pkgver = 2.2.17
+ pkgver = 2.2.18
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.2.17.gem
+ noextract = bundler-2.2.18.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.17.gem
- sha256sums = 7acaaf4fad8761124d3b575e54c22040ebe596d4d47f3e5f57290615e4e26dd5
+ source = https://rubygems.org/downloads/bundler-2.2.18.gem
+ sha256sums = 79c4e66022f7a6fd2457103db0c88872e0ee1e1eb7a5fc975e22b0d33aa9a6d4
pkgname = ruby2.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index d602e72d868d..d681eab25c92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.2.17
+pkgver=2.2.18
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=('7acaaf4fad8761124d3b575e54c22040ebe596d4d47f3e5f57290615e4e26dd5')
+sha256sums=('79c4e66022f7a6fd2457103db0c88872e0ee1e1eb7a5fc975e22b0d33aa9a6d4')
package() {
cd "$srcdir"