Merge pull request #198799 from Homebrew/bump-huly-0.6.411
[Homebrew/homebrew-cask.git] / Casks / n / nrlquaker-winbox.rb
blobcb3d24bdfde1bb69375755e351d164b53e871f4f
1 cask "nrlquaker-winbox" do
2   version "3.41.1"
3   sha256 "510bcd45fec2a566e225f35a9707b76aad032bac446ce51351665ca0a52a1247"
5   url "https://github.com/nrlquaker/winbox-mac/releases/download/v#{version}/Winbox-mac-#{version}.zip"
6   name "Winbox-mac"
7   desc "MikroTik Winbox"
8   homepage "https://github.com/nrlquaker/winbox-mac/"
10   livecheck do
11     url :url
12     strategy :github_latest
13   end
15   app "Winbox-mac.app"
17   zap trash: "~/Library/Application Support/com.mikrotik.winbox"
18 end