summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-07-31 16:05:40 +0200
committerJonne Haß2021-07-31 16:05:40 +0200
commit9a4dd69cb9a6bb0bdb504b924803149073e2140d (patch)
tree7f7b5af218b2ffbdd366ba6c8ef9e62da54bfb26
parent7be736b5321a44e4dea153449d1cb3f27644b707 (diff)
downloadaur-9a4dd69cb9a6bb0bdb504b924803149073e2140d.tar.gz
ruby2.4-bundler: 2.2.25
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67a628dc748e..1ef8afa582d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ruby2.4-bundler
pkgdesc = Manages an application's dependencies through its entire life, across many machines, systematically and repeatably.
- pkgver = 2.2.24
+ pkgver = 2.2.25
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.2.24.gem
+ noextract = bundler-2.2.25.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.24.gem
- sha256sums = c2f894a38a27de2635ed48f29bedb252c4160f99b3d773d54865790a71fd6cf4
+ source = https://rubygems.org/downloads/bundler-2.2.25.gem
+ sha256sums = 422237ffbbf2ceb05e696df7abb1bd1a82b5b1823eb2aeb6193312a60c319d8d
pkgname = ruby2.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index b53e4899942f..5a1c98a05874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.2.24
+pkgver=2.2.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.4')
options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
-sha256sums=('c2f894a38a27de2635ed48f29bedb252c4160f99b3d773d54865790a71fd6cf4')
+sha256sums=('422237ffbbf2ceb05e696df7abb1bd1a82b5b1823eb2aeb6193312a60c319d8d')
package() {
cd "$srcdir"