Files
homebrew-cask/Casks/i/icefloor.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
385 B
Ruby

cask "icefloor" do
version "2.0.2"
sha256 "b326bab20c022c12be9ed01c3aa0e5f072853ce7dc5fb756bddebc2c3abddf64"
url "https://www.hanynet.com/icefloor-#{version}.zip"
name "IceFloor"
desc "Firewall tool"
homepage "https://www.hanynet.com/icefloor/"
livecheck do
url :homepage
regex(%r{href=.*?/icefloor[._-]v?(\d+(?:\.\d+)+)\.zip}i)
end
app "IceFloor.app"
end