Add Sonar.app v0.6.9 (#48489)

This commit is contained in:
Pierre-Luc Paour 2018-06-16 03:22:27 +02:00 committed by Aditya Dalal
parent 75426214a9
commit 176380b177
1 changed files with 12 additions and 0 deletions

12
Casks/sonar.rb Normal file
View File

@ -0,0 +1,12 @@
cask 'sonar' do
version '0.6.9'
sha256 'e0e0fcac72f212f57e0f77e24e9581d4f79099de56d26cc91772fc7144c8a697'
# github.com/facebook/Sonar was verified as official when first introduced to the cask
url "https://github.com/facebook/Sonar/releases/download/v#{version}/Sonar.zip"
appcast 'https://github.com/facebook/Sonar/releases.atom'
name 'Sonar'
homepage 'https://fbsonar.com/'
app 'Sonar.app'
end