Files
homebrew-cask/Casks/f/flash-decompiler-trillix.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

17 lines
414 B
Ruby

cask "flash-decompiler-trillix" do
version "5.3.1301"
sha256 :no_check
url "https://cdn.eltima.com/download/flash_decompiler.dmg",
verified: "cdn.eltima.com/"
name "Flash Decompiler Trillix"
homepage "https://www.flash-decompiler.com/mac.html"
livecheck do
url "https://cdn.eltima.com/download/fd-mac-update/fd-mac.xml"
strategy :sparkle
end
app "Flash Decompiler Trillix.app"
end