summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-05-31 20:54:31 +0200
committerJonne Haß2021-05-31 20:54:31 +0200
commitbc6d1afb7db09c61674b0dc4f006f2d68e310172 (patch)
tree97da120a776b52800d84ca75442a7f8b5571298a
parentcb4a8eb8e6c800c42df0143db9621bc19c9b6ec9 (diff)
downloadaur-bc6d1afb7db09c61674b0dc4f006f2d68e310172.tar.gz
ruby2.4-bundler: 2.2.19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4576c8d92662..33a292c0728b 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.18
+ pkgver = 2.2.19
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.2.18.gem
+ noextract = bundler-2.2.19.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.18.gem
- sha256sums = 79c4e66022f7a6fd2457103db0c88872e0ee1e1eb7a5fc975e22b0d33aa9a6d4
+ source = https://rubygems.org/downloads/bundler-2.2.19.gem
+ sha256sums = 3258301b85495f427949d8d825926d817392cca653f05479eaa7845f71c08aa0
pkgname = ruby2.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index d681eab25c92..50ab6c4aa77a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.2.18
+pkgver=2.2.19
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=('79c4e66022f7a6fd2457103db0c88872e0ee1e1eb7a5fc975e22b0d33aa9a6d4')
+sha256sums=('3258301b85495f427949d8d825926d817392cca653f05479eaa7845f71c08aa0')
package() {
cd "$srcdir"