mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
18 lines
303 B
Ruby
18 lines
303 B
Ruby
cask "iswiff" do
|
|
version "1.14,94"
|
|
sha256 :no_check
|
|
|
|
url "https://echoone.com/iswiff/iSwiff.zip"
|
|
name "iSwiff"
|
|
desc "Full screen Flash outside the browser"
|
|
homepage "https://echoone.com/iswiff/"
|
|
|
|
depends_on macos: "<= :big_sur"
|
|
|
|
app "iSwiff.app"
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|