summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-05-25 23:08:31 +0200
committerJonne Haß2021-05-25 23:08:31 +0200
commit8f6a4c7540f2f9648d19e207a626511a77d94e6a (patch)
tree87f8529409767cad2c157afa202ca5c88a82f9ce
parentf47dd725c294c272324ad4d6db1947b320653993 (diff)
downloadaur-8f6a4c7540f2f9648d19e207a626511a77d94e6a.tar.gz
ruby2.5-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 b07996ed72a3..b3064215aff2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ruby2.5-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.5
- noextract = bundler-2.2.17.gem
+ noextract = bundler-2.2.18.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.17.gem
- sha512sums = f07158a4de687bd384bdf8e62ccc43dfde4f4454357a7532a248e5fef27ccdaa761b89b77964d21c46930f6eb75ca8ef7f87d8c6386132d2a239233022a8f335
+ source = https://rubygems.org/downloads/bundler-2.2.18.gem
+ sha512sums = 871a98b24e7a89a554d181338d359f6b298e19f6c251b1c5fc81ad6f4ab46c49a9ae14e6fc68766b427c24e0cd25b6abe468bce5d8637fe0d4433bbecfe46418
pkgname = ruby2.5-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 0826a4b87519..6c2135428a3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_rubyver=2.5
_gemname=bundler
pkgname=ruby${_rubyver}-${_gemname}
-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')
@@ -15,7 +15,7 @@ depends=('ruby2.5')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha512sums=('f07158a4de687bd384bdf8e62ccc43dfde4f4454357a7532a248e5fef27ccdaa761b89b77964d21c46930f6eb75ca8ef7f87d8c6386132d2a239233022a8f335')
+sha512sums=('871a98b24e7a89a554d181338d359f6b298e19f6c251b1c5fc81ad6f4ab46c49a9ae14e6fc68766b427c24e0cd25b6abe468bce5d8637fe0d4433bbecfe46418')
package() {
cd "$srcdir"