summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2022-11-07 21:38:45 +0100
committerJonne Haß2022-11-07 21:38:45 +0100
commit6f16a366c79b2e2875ba8e49c4f71062302ee58e (patch)
tree301b40ba3ad8f77971078338ec95cd074366d1c5
parent40d278d586c4945e405db60ee2b23014f24c629e (diff)
downloadaur-6f16a366c79b2e2875ba8e49c4f71062302ee58e.tar.gz
ruby2.6-bundler: 2.3.25
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc66955a819f..c5607221601b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ruby2.6-bundler
pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably.
- pkgver = 2.3.24
+ pkgver = 2.3.25
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.6
- noextract = bundler-2.3.24.gem
+ noextract = bundler-2.3.25.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.3.24.gem
- sha256sums = eaa2eb8c3892e870f979252b2196bd77eb551e1dbf3cdc4eb164ba01ec4438c4
+ source = https://rubygems.org/downloads/bundler-2.3.25.gem
+ sha256sums = fd81ec4635c4189b66fd0789537d5cb38b3810b70765f6e1e82dda15b97591ad
pkgname = ruby2.6-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 72598ca9a9f7..02fa9c50831d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.6-bundler
_gemname=${pkgname#ruby2.6-}
-pkgver=2.3.24
+pkgver=2.3.25
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.6')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha256sums=('eaa2eb8c3892e870f979252b2196bd77eb551e1dbf3cdc4eb164ba01ec4438c4')
+sha256sums=('fd81ec4635c4189b66fd0789537d5cb38b3810b70765f6e1e82dda15b97591ad')
package() {
cd "$srcdir"