homebrew-cask/Casks/cocoarestclient.rb

13 lines
448 B
Ruby
Raw Normal View History

2014-11-14 01:25:35 +08:00
cask :v1 => 'cocoarestclient' do
version '1.3.7'
sha256 '78400a16afc4017a68b5506e7a6270d72ade48b3e77a802eaaaaae80a0f6319f'
2014-09-26 20:08:50 +08:00
url "https://github.com/mmattozzi/cocoa-rest-client/releases/download/#{version}/CocoaRestClient-#{version}.dmg"
appcast 'https://github.com/mmattozzi/cocoa-rest-client/releases.atom'
2015-03-26 11:16:21 +08:00
name 'CocoaRestClient'
2014-02-21 10:52:42 +08:00
homepage 'http://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