Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Łukasz Nowak
chromebrew
Commits
ea3a504a
Commit
ea3a504a
authored
Aug 09, 2017
by
Kazushi (Jam) Marukawa
Committed by
GitHub
Aug 09, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #975 from uberhacker/update-heroku-package
Update heroku from 4.28.3 to 6.13.9
parents
60c2542a
72cfd67a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
11 deletions
+16
-11
packages/heroku.rb
packages/heroku.rb
+16
-11
No files found.
packages/heroku.rb
View file @
ea3a504a
...
...
@@ -3,15 +3,20 @@ require 'package'
class
Heroku
<
Package
description
'The Heroku Command Line Interface (CLI), formerly known as the Heroku Toolbelt, is a tool for creating and managing Heroku apps from the command line / shell of various operating systems.'
homepage
'https://devcenter.heroku.com/articles/heroku-cli'
version
'4.28.3'
binary_url
({
armv7l:
"https://drive.google.com/uc?export=download&id=0ByCixsDmZPzxOHFIMzQyNHNFUWc"
,
i686:
"https://drive.google.com/uc?export=download&id=0ByCixsDmZPzxd3NULTRkMWlHQTA"
,
x86_64:
"https://drive.google.com/uc?export=download&id=0ByCixsDmZPzxLURkMktpREpDZk0"
})
binary_sha256
({
armv7l:
"b7fab53d3c8cfd42d41c1b07db069c9fd5f7261fcea48fd99114981cf1a293d7"
,
i686:
"1e73fbff3a10c0c95dd1aa1cf68952a95a330634fa410765962df0396315a42c"
,
x86_64:
"9259cd8b5d7aaeb9172142b5956ad767a3d4f1bcf126e51a7f4a8c055e53c068"
})
version
'6.13.9'
source_url
'https://github.com/heroku/cli/archive/v6.13.9.tar.gz'
source_sha256
'76699029d86fc10326f8cf39b0c0a3b1f322dee39bd7c96fa81e34e52ff454f9'
depends_on
'yarn'
def
self
.
build
system
'yarn install'
end
def
self
.
install
system
"mkdir -p
#{
CREW_DEST_DIR
}#{
CREW_LIB_PREFIX
}
/heroku"
system
"cp -r .
#{
CREW_DEST_DIR
}#{
CREW_LIB_PREFIX
}
/heroku"
system
"mkdir -p
#{
CREW_DEST_DIR
}#{
CREW_PREFIX
}
/bin"
system
"ln -s
#{
CREW_LIB_PREFIX
}
/heroku/bin/run
#{
CREW_DEST_DIR
}#{
CREW_PREFIX
}
/bin/heroku"
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment