summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2022-07-30 11:54:33 +0200
committerJonne Haß2022-07-30 11:54:33 +0200
commitc91bace888abaf21112beef4f199ff1134da232e (patch)
tree85ff0eb2aa2ed484e17c74ab483369717634ad31
parent53e96fc854e2928cd471b74cbb42963b4f958c6c (diff)
downloadaur-c91bace888abaf21112beef4f199ff1134da232e.tar.gz
ruby2.5-bundler: 2.3.19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 644c3f13d663..dbbf6503054e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ruby2.5-bundler
pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably.
- pkgver = 2.3.18
+ pkgver = 2.3.19
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.5
- noextract = bundler-2.3.18.gem
+ noextract = bundler-2.3.19.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.3.18.gem
- sha512sums = cf76c5152d64b9d8a25bb8a4e9b73b76025bc69077a68980be2514cca2b6846f90de23aa69ace796498fba594626f203ec70cffc7d7e71febf48a6425c0718d1
+ source = https://rubygems.org/downloads/bundler-2.3.19.gem
+ sha512sums = 015fa26fb4aafc2812c84e88501c641761fd0e4b31ba4bfcf6de793922978a6de90ed52a380ec91693e5398a922145377500fb6b4b8b9c466b3820615f654008
pkgname = ruby2.5-bundler
diff --git a/PKGBUILD b/PKGBUILD
index ba45136847cd..7783bf024f21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_rubyver=2.5
_gemname=bundler
pkgname=ruby${_rubyver}-${_gemname}
-pkgver=2.3.18
+pkgver=2.3.19
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=('cf76c5152d64b9d8a25bb8a4e9b73b76025bc69077a68980be2514cca2b6846f90de23aa69ace796498fba594626f203ec70cffc7d7e71febf48a6425c0718d1')
+sha512sums=('015fa26fb4aafc2812c84e88501c641761fd0e4b31ba4bfcf6de793922978a6de90ed52a380ec91693e5398a922145377500fb6b4b8b9c466b3820615f654008')
package() {
cd "$srcdir"