summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2022-01-17 14:27:43 +0100
committerJonne Haß2022-01-17 14:27:43 +0100
commit016b0a8158f23c9a103fc787cae829e9f9059193 (patch)
tree8f2498df9a7604eb465a571523ecc9fa247cd7ee
parentc5e156cb1e2b9a022e903a0b0e06c35334e55db2 (diff)
downloadaur-016b0a8158f23c9a103fc787cae829e9f9059193.tar.gz
ruby2.6-bundler: 2.3.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd9a8f9c5310..943f137de04c 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.4
+ pkgver = 2.3.5
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.6
- noextract = bundler-2.3.4.gem
+ noextract = bundler-2.3.5.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.3.4.gem
- sha256sums = e7f97326c36a66df37328b6cf6185a4c72d1dae79dc0b0132bcb41e4debf2485
+ source = https://rubygems.org/downloads/bundler-2.3.5.gem
+ sha256sums = 2553cbd138b466bc56a3c724c5c28648dff8e2343b13a7c696cf9c2818c8d629
pkgname = ruby2.6-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 52de14f80b92..0eb4ec959882 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.6-bundler
_gemname=${pkgname#ruby2.6-}
-pkgver=2.3.4
+pkgver=2.3.5
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=('e7f97326c36a66df37328b6cf6185a4c72d1dae79dc0b0132bcb41e4debf2485')
+sha256sums=('2553cbd138b466bc56a3c724c5c28648dff8e2343b13a7c696cf9c2818c8d629')
package() {
cd "$srcdir"