homebrew-cask/Casks/insertpic.rb

15 lines
511 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"
2016-01-08 06:06:14 +08:00
appcast 'http://www.getinsertpic.com/app_cast',
2016-01-14 02:07:26 +08:00
:checkpoint => '9090426919cd45cfa6ae7aef6e3a61130ebda5a9b3a30df55397684235ca9b5c'
name 'InsertPic'
homepage 'http://www.getinsertpic.com/'
license :gratis
2014-09-16 00:05:44 +08:00
app 'InsertPic/InsertPic.app'
end