Files
homebrew-cask/Casks/f/fing-cli.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

19 lines
489 B
Ruby

cask "fing-cli" do
version "5.5.2"
sha256 "1a7d7e5993e453dee341d5eb95183216b2ca42c5b5ab10b4821eb7e48c49da6f"
url "https://www.fing.com/images/uploads/general/CLI_macOSX_#{version}.zip"
name "Fing Desktop Embedded CLI"
desc "Network scanner"
homepage "https://www.fing.com/products/development-toolkit/"
livecheck do
url :homepage
regex(%r{href=.*?/CLI[._-]macOSX[._-]v?(\d+(?:\.\d+)+)\.zip}i)
end
pkg "Fing-#{version}-osX.pkg"
uninstall pkgutil: "Fing"
end