homebrew-cask/Casks/cocoarestclient.rb

13 lines
449 B
Ruby
Raw Normal View History

2014-11-14 01:25:35 +08:00
cask :v1 => 'cocoarestclient' do
2015-06-21 03:27:57 +08:00
version '1.3.9'
sha256 '611cf1112c8188d58ad5b00d507c4a5429fc6d1dff0bc0eb438116b672a880ba'
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'
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