mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
11 lines
430 B
Ruby
11 lines
430 B
Ruby
cask :v1 => 'flash-decompiler-trillix' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://www.flash-decompiler.com/download/flash_decompiler.dmg'
|
|
appcast 'http://www.eltima.com/download/fd-mac-update/fd-mac.xml'
|
|
homepage 'http://www.flash-decompiler.com/mac.html'
|
|
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
|
|
|
|
app 'Flash Decompiler Trillix.app'
|
|
end
|