Add orca 1.3.1 (#82160)

* Add orca 1.3.1

* fix
This commit is contained in:
Martino Mensio 2020-05-07 22:47:24 +01:00 committed by GitHub
parent f0c178aa6d
commit 9a4bc878cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
Casks/orca.rb Normal file
View File

@ -0,0 +1,13 @@
cask 'orca' do
version '1.3.1'
sha256 '79b1b346df9113cd56e545b223a73179801116ca9e009f3c5fe0fac97c0df1ab'
url "https://github.com/plotly/orca/releases/download/v#{version}/mac-release.zip"
appcast 'https://github.com/plotly/orca/releases.atom'
name 'Orca'
homepage 'https://github.com/plotly/orca/'
container nested: "orca-#{version}.dmg"
app 'orca.app'
end