homebrew-cask/Casks/cocoarestclient.rb

11 lines
397 B
Ruby
Raw Normal View History

class Cocoarestclient < Cask
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 'http://restlesscode.org/cocoa-rest-client/appcast.xml'
2014-02-21 10:52:42 +08:00
homepage 'http://mmattozzi.github.io/cocoa-rest-client/'
2014-09-16 00:05:24 +08:00
app 'CocoaRestClient.app'
2013-07-17 16:07:57 +08:00
end