homebrew-cask/Casks/nrlquaker-winbox.rb

14 lines
461 B
Ruby

cask 'nrlquaker-winbox' do
version '3.18'
sha256 '26074a05475e8df1ad969033449b0613e8f497551736a51ae40b2f8ce7d2312f'
url "https://github.com/nrlquaker/winbox-mac/releases/download/v#{version}/Winbox-mac-#{version}.zip"
appcast 'https://github.com/nrlquaker/winbox-mac/releases.atom'
name 'Winbox-mac'
homepage 'https://github.com/nrlquaker/winbox-mac/'
app 'Winbox-mac.app'
zap trash: '~/Library/Application Support/com.mikrotik.winbox_*'
end