homebrew-cask/Casks/cocoarestclient.rb

14 lines
620 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cocoarestclient' do
2016-12-12 22:09:16 +08:00
version '1.3.15'
sha256 '1a49512f86d95193704a11bb1e6abd8647d5d8a665688d10fd75b4addb48620c'
# 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',
2016-12-12 22:09:16 +08:00
checkpoint: 'a49066cfd87b96657f1a0abbe866f8f6040e44d8e37c702efb93495c47fd81f9'
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/'
2014-09-16 00:05:24 +08:00
app 'CocoaRestClient.app'
2013-07-17 16:07:57 +08:00
end