homebrew-cask/Casks/runtimebrowser.rb

12 lines
285 B
Ruby
Raw Normal View History

2014-11-14 01:26:50 +08:00
cask :v1 => 'runtimebrowser' do
2014-09-17 19:43:00 +08:00
version :latest
2014-06-18 09:10:41 +08:00
sha256 :no_check
# seriot.ch is the official download host per the vendor homepage
url 'http://seriot.ch/temp/runtimebrowser.zip'
homepage 'https://github.com/nst/RuntimeBrowser'
2014-10-01 23:33:48 +08:00
license :oss
2014-09-16 00:06:15 +08:00
app 'RuntimeBrowser.app'
2014-06-18 09:10:41 +08:00
end