homebrew-cask/Casks/zxpinstaller.rb

15 lines
544 B
Ruby

cask 'zxpinstaller' do
version '1.6.3'
sha256 'f9ffa59008030f1e73bc7f7d99b5aac0c5fed94b2c8d6ba6de35e5e6edb8d11a'
# github.com/guideguide/ZXPInstaller/ was verified as official when first introduced to the cask
url "https://github.com/guideguide/ZXPInstaller/releases/download/#{version}/ZXPInstaller.dmg"
appcast 'https://github.com/guideguide/ZXPInstaller/releases.atom'
name 'ZXPInstaller'
homepage 'https://zxpinstaller.com/'
app 'ZXPInstaller.app'
zap trash: '~/Library/Preferences/com.electron.zxpinstaller.plist'
end