summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-02-03 12:39:23 +0100
committerJonne Haß2021-02-03 12:39:23 +0100
commite1624b7732782629a8a3340c6ce91b397c8a0bad (patch)
treeda5aa2f594bc4bc8503db848eb71f20839f339b2
parenta9e2d36f8dc334d740926fc2e49f83245133783e (diff)
downloadaur-e1624b7732782629a8a3340c6ce91b397c8a0bad.tar.gz
ruby*-bundler: bump to 2.2.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8714e614050d..624ecef42ad7 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.7
+ pkgver = 2.2.8
pkgrel = 1
url = http://bundler.io
arch = any
license = MIT
depends = ruby2.4
- noextract = bundler-2.2.7.gem
+ noextract = bundler-2.2.8.gem
options = !emptydirs
- source = https://rubygems.org/downloads/bundler-2.2.7.gem
- sha256sums = 859b9307182681262643eaf1f58973aac273748e6b96824b6db532de76b38db2
+ source = https://rubygems.org/downloads/bundler-2.2.8.gem
+ sha256sums = 6fc07402b9938fd86e735d21df03731d8afdc2ec3a5d39a984a2353b5753844b
pkgname = ruby2.4-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 1581b209ed37..c8d0ae30a360 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ruby2.4-bundler
_gemname=${pkgname#ruby2.4-}
-pkgver=2.2.7
+pkgver=2.2.8
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=('859b9307182681262643eaf1f58973aac273748e6b96824b6db532de76b38db2')
+sha256sums=('6fc07402b9938fd86e735d21df03731d8afdc2ec3a5d39a984a2353b5753844b')
package() {
cd "$srcdir"