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
nexedi
chromebrew
Commits
4c8b4fc6
Commit
4c8b4fc6
authored
May 30, 2018
by
Ed Reel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update heroku from 7.0.61 to 7.0.62
Add pre-built binaries
parent
531664cb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
packages/heroku.rb
packages/heroku.rb
+11
-3
No files found.
packages/heroku.rb
View file @
4c8b4fc6
...
...
@@ -3,13 +3,21 @@ 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
'7.0.6
1
'
source_url
'https://github.com/heroku/cli/archive/v7.0.6
1
.tar.gz'
source_sha256
'
bde896a8df8b41718888217c367b289ae22c52f9eed5ec211224a5fb2f6b8a1e
'
version
'7.0.6
2
'
source_url
'https://github.com/heroku/cli/archive/v7.0.6
2
.tar.gz'
source_sha256
'
6cb037fea16f9076c351825f18c46eb87af500073db4a0bcedc543645910e425
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/heroku-7.0.62-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/heroku-7.0.62-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/heroku-7.0.62-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/heroku-7.0.62-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'c62ec8fc487169a62ac8d883bf1b7f4f9714adcd9b7867e562e7dfa541df7159'
,
armv7l:
'c62ec8fc487169a62ac8d883bf1b7f4f9714adcd9b7867e562e7dfa541df7159'
,
i686:
'414a6774198b8af153f9a8d616877101af788d91965fa4f576917d9c7d18e80a'
,
x86_64:
'cae71bc253e39f56644d3f636d1443131efeae2a74f87289ca8c71deca7d4b6e'
,
})
depends_on
'yarn'
...
...
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