summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-09-04 12:01:59 +0200
committerJonne Haß2021-09-04 12:01:59 +0200
commitf73b82abde662c933276d865a102683dad412243 (patch)
tree761ba71be1e19819e69bb4ecbbe85e177d1b1e6f
parentda52f8ac5bf38068c4f8e158b7b90e4c9eea5615 (diff)
downloadaur-f73b82abde662c933276d865a102683dad412243.tar.gz
ruby2.4-bundler: 2.2.27
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edd5c99d0e22..8870309148aa 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.26
+ pkgver = 2.2.27
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.2.26.gem
+ noextract = bundler-2.2.27.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.26.gem
- sha256sums = 62d173a626d64cb516785a5cba13da4800dc50ceac19c30ad5267dea27f7f35d
+ source = https://rubygems.org/downloads/bundler-2.2.27.gem
+ sha256sums = 21d85c47937496b08b021df716b4eaa81e2223a04e8eba92ee9e767b9e1b3ed8
pkgname = ruby2.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index e3c134a528d9..13984f4e41c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.2.26
+pkgver=2.2.27
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=('62d173a626d64cb516785a5cba13da4800dc50ceac19c30ad5267dea27f7f35d')
+sha256sums=('21d85c47937496b08b021df716b4eaa81e2223a04e8eba92ee9e767b9e1b3ed8')
package() {
cd "$srcdir"