summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-05-06 18:40:49 +0200
committerJonne Haß2021-05-06 18:40:49 +0200
commit782fb91f444d4e0f9eb05bfbe8d8de20e7669cdb (patch)
tree0a983031fbe5d80bae0d07b5af9d5b2709eece51
parent4d5d9525392dfafd3a7b53e8115418ca4dea0089 (diff)
downloadaur-782fb91f444d4e0f9eb05bfbe8d8de20e7669cdb.tar.gz
ruby2.4-bundler: 2.2.17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f13bef726df4..da231f2b43a0 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.16
+ pkgver = 2.2.17
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.2.16.gem
+ noextract = bundler-2.2.17.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.16.gem
- sha256sums = ca808d98b472ba8632c643a3cd21e1dfc72a538842c4534ff212c34d4e3ab240
+ source = https://rubygems.org/downloads/bundler-2.2.17.gem
+ sha256sums = 7acaaf4fad8761124d3b575e54c22040ebe596d4d47f3e5f57290615e4e26dd5
pkgname = ruby2.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 1fdf2db9c79b..d602e72d868d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.2.16
+pkgver=2.2.17
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=('ca808d98b472ba8632c643a3cd21e1dfc72a538842c4534ff212c34d4e3ab240')
+sha256sums=('7acaaf4fad8761124d3b575e54c22040ebe596d4d47f3e5f57290615e4e26dd5')
package() {
cd "$srcdir"