homebrew-cask/Casks/runtimebrowser.rb

13 lines
302 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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'
2015-04-26 23:38:06 +08:00
name 'RuntimeBrowser'
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