homebrew-cask/Casks/insertpic.rb

15 lines
503 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'insertpic' do
2015-07-14 01:12:58 +08:00
version '4.2'
sha256 '1c9ed72327496bb24bd2e6820eadbac41befe6faa7dddc8215e66c577bf7f10e'
# amazonaws.com is the official download host per the vendor homepage
url "https://s3.amazonaws.com/insertPic/InsertPic_#{version}.zip"
2015-05-25 03:37:55 +08:00
appcast 'http://getinsertpic.com/app_cast',
:sha256 => '20c1ab602462b7fc0d5b4cbd555cacf127b69a07a737579598ebcbc0f5b21319'
name 'InsertPic'
homepage 'http://www.getinsertpic.com/'
license :gratis
2014-09-16 00:05:44 +08:00
app 'InsertPic/InsertPic.app'
end