homebrew-cask/Casks/scout.rb

13 lines
323 B
Ruby
Raw Normal View History

2014-05-19 11:30:23 +08:00
class Scout < Cask
version '0.7.1'
sha256 '09b89f28a16a30751f86b173ec33a0b50d0f1c5202e9737463f0bdf8d76668fe'
2014-09-26 20:09:10 +08:00
url "https://github.com/downloads/mhs/scout-app/ScoutAppInstaller-#{version}.dmg"
homepage 'http://mhs.github.io/scout-app/'
2014-10-01 23:33:49 +08:00
license :oss
2014-05-19 11:30:23 +08:00
caveats do
manual_installer 'Install Scout.app'
end
end