Commit 88eae85a authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #1725 from skiman6010/patch-1

Update heroku.rb
parents e3b83a03 56699db2
......@@ -3,23 +3,10 @@ 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 '6.15.13'
source_url 'https://github.com/heroku/cli/archive/v6.15.13.tar.gz'
source_sha256 '16c58123cbdbb67b6f2179e2700e8573f71c62c0f974a01e33fe7c5510176bb3'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/heroku-6.15.13-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/heroku-6.15.13-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/heroku-6.15.13-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/heroku-6.15.13-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '2daefeed09921df4f334673ad6717c5b8f1fa98e8da295708ea4672c5f94d824',
armv7l: '2daefeed09921df4f334673ad6717c5b8f1fa98e8da295708ea4672c5f94d824',
i686: 'a149144d0ac62cc830a1e0bc43bee10b1bee551dd14be91783daf37a6ad00ca7',
x86_64: '7fc6cec1f3d3dee50860edcfa7946647e96a2756858b58f2c9f367ea0dbc20bd',
})
version '6.15.22'
source_url 'https://github.com/heroku/cli/archive/v6.15.22.tar.gz'
source_sha256 '51f2f82bff5c4dd10a02c6cc177139a91a4b0caa5c85597aafc371caa0da763a'
depends_on 'yarn'
def self.build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment