mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
12 lines
274 B
Ruby
12 lines
274 B
Ruby
cask :v1 => 'phoenix' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://raw.github.com/sdegutis/phoenix/master/Builds/Phoenix-LATEST.app.tar.gz'
|
|
homepage 'https://github.com/sdegutis/Phoenix'
|
|
license :mit
|
|
|
|
app 'Phoenix.app'
|
|
|
|
zap :delete => '~/.phoenix.js'
|
|
end
|