homebrew-cask/Casks/webponize.rb

13 lines
451 B
Ruby
Raw Normal View History

cask 'webponize' do
2018-02-02 08:58:34 +08:00
version '2.3.0'
sha256 '490d39d212c71b077a9bc65cc0657bb9ba030ab7ed55f0b79fb6330dafdf24df'
# github.com/webponize/webponize was verified as official when first introduced to the cask
url "https://github.com/webponize/webponize/releases/download/v#{version}/WebPonize.app.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/webponize/webponize/releases.atom'
name 'WebPonize'
homepage 'https://webponize.org/'
app 'WebPonize.app'
end