Files
homebrew-cask/Casks/a/airpass.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

13 lines
420 B
Ruby

cask "airpass" do
version "1.0.2"
sha256 "a67b569a86cc3cfe0d219a5f5c450a94d7060474c0a36b14329140af772f7db2"
url "https://github.com/alvesjtiago/airpass/releases/download/#{version}/airpass-#{version}-x64.dmg",
verified: "github.com/alvesjtiago/airpass/"
name "Airpass"
desc "Status bar app to overcome time-constrained WiFi networks"
homepage "https://airpass.tiagoalves.me/"
app "Airpass.app"
end