homebrew-cask/Casks/cocoarestclient.rb

13 lines
505 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"
2014-10-15 23:43:48 +08:00
appcast 'http://restlesscode.org/cocoa-rest-client/appcast.xml',
:sha256 => '32d1b71d2ade6fc17554d1e7bcbc900c9ace68c34046ea7c2d785142e0d60520'
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