homebrew-cask/Casks/restool.rb

15 lines
566 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'restool' do
2015-11-04 18:59:03 +08:00
version '0.3.0'
sha256 'a5b85a8483006adcf91bf9ebdc1d21084ae0616a56d582ece1335db4d8786746'
2015-08-16 20:18:07 +08:00
2016-02-11 06:21:13 +08:00
# github.com/Nikola-K/RESTool was verified as official when first introduced to the cask
2015-11-04 18:59:03 +08:00
url "https://github.com/Nikola-K/RESTool/releases/download/v#{version}/RESTool_#{version}_osx.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/Nikola-K/RESTool/releases.atom',
checkpoint: 'a6287fdb9b482425d972a87911fcbe7a80bc6097b15ccca065f9a3daf60d74e7'
2015-08-16 20:18:07 +08:00
name 'RESTool'
homepage 'https://nikola-k.github.io/RESTool/'
license :apache
app 'RESTool.app'
end