summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfarawayer2017-02-03 06:33:44 +0300
committerfarawayer2017-02-03 06:33:44 +0300
commitc4afdb1597807ac986918db6e9a174b15ea6cda8 (patch)
treed81ffefcf408e8574c7e9d74c37c498caac249f1 /PKGBUILD
parentd551820533d45d74da88a2f468bc10b6fbbb6c15 (diff)
downloadaur-c4afdb1597807ac986918db6e9a174b15ea6cda8.tar.gz
2.14.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 434bbc16b0bc..f324d53eadd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=fastlane
pkgname=$_gemname
-pkgver=2.11.0
+pkgver=2.14.1
pkgrel=1
pkgdesc='The easiest way to automate beta deployments and releases for your iOS and Android apps'
arch=(any)
@@ -16,7 +16,7 @@ depends=(
'ruby-addressable<3' 'ruby-addressable>=2.3'
'ruby-babosa<2' 'ruby-babosa>=1.0.2'
'ruby-bundler<2' 'ruby-bundler>=1.12'
- ruby-colored
+ 'ruby-colored2>=3.1.1' 'ruby-colored2<4'
# 'ruby-commander<5' 'ruby-commander>=4.4'
ruby-commander-4
# 'ruby-dotenv<3' 'ruby-dotenv>=2.1.1'
@@ -54,7 +54,7 @@ depends=(
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('e050b0783c6b98bfd72622a405bf655fd8f3895e')
+sha1sums=('7e5a4b3d6ef3b5d05d46a6111c37020f258b11ea')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"