Files
homebrew-cask/Casks/a/anonym.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
383 B
Ruby

cask "anonym" do
version "2.3"
sha256 "696ac1cf173976b26e2fdd8f8f087df16437e237cf271fae6dcbcc403148a0d4"
url "https://www.hanynet.com/anonym-#{version}.zip"
name "Anonym"
desc "Network access anonymizer"
homepage "https://www.hanynet.com/anonym/"
livecheck do
url :homepage
regex(%r{href=.*?/anonym[._-]v?(\d+(?:\.\d+)+)\.zip}i)
end
app "Anonym.app"
end