Update webponize to v2.1.0 (#42468)

* Update webponize to v2.1.0

* Update webponize.rb
This commit is contained in:
Shogo Sensui 2018-01-03 05:28:26 +09:00 committed by commitay
parent 6b2c5dc3b5
commit 584e7816c1
1 changed files with 7 additions and 7 deletions

View File

@ -1,13 +1,13 @@
cask 'webponize' do
version '1.2.2'
sha256 '54b248aa530c259b6bc8ada0a5936591ad2702a43b8099dadc050401577ca1f3'
version '2.1.0'
sha256 'ce394e91d07f636571a2a21cf183993ad9170794877e6744148ff1faf0ded2b3'
# github.com/1000ch/WebPonize was verified as official when first introduced to the cask
url 'https://github.com/1000ch/WebPonize/raw/master/webponize.tar.gz'
appcast 'https://raw.githubusercontent.com/1000ch/WebPonize/master/appcast.xml',
checkpoint: '3e3cfa7b4a7728f3eb45d7b53d04cbd44a2cd5905c65bd01f4eb6b524635face'
# 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"
appcast 'https://github.com/webponize/webponize/releases.atom',
checkpoint: '23acecb403ea619bcce7df816eefe9dea35d543958e1b339cee2d3d3081a6ca8'
name 'WebPonize'
homepage 'https://webponize.github.io/'
homepage 'https://webponize.org/'
app 'WebPonize.app'
end