homebrew-cask/Casks/cocoarestclient.rb

15 lines
635 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cocoarestclient' do
2015-12-27 05:42:26 +08:00
version '1.3.10'
sha256 'a57933614eb8758fc4ef6d8f24ba8c27d545763c57f396c65260d421aa24b8c0'
# github.com/mmattozzi/cocoa-rest-client was verified as official when first introduced to the cask
2014-09-26 20:08:50 +08:00
url "https://github.com/mmattozzi/cocoa-rest-client/releases/download/#{version}/CocoaRestClient-#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/mmattozzi/cocoa-rest-client/releases.atom',
checkpoint: 'cff443ebe4b177855551ffa7f9cca8afe0ec367ba29f2cdbc70b8b3df030cca4'
2015-03-26 11:16:21 +08:00
name 'CocoaRestClient'
2015-06-29 14:32:18 +08:00
homepage 'https://mmattozzi.github.io/cocoa-rest-client/'
license :bsd
2014-09-16 00:05:24 +08:00
app 'CocoaRestClient.app'
2013-07-17 16:07:57 +08:00
end