Add Camera Live.app v11 (#79122)

This commit is contained in:
Michał Ordon 2020-03-23 14:07:23 +00:00 committed by GitHub
parent 01195fcdb4
commit bcb14a47b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
Casks/camera-live.rb Normal file
View File

@ -0,0 +1,16 @@
cask 'camera-live' do
version '11'
sha256 '4c7a6ecdbec677a6fbbb90af427e54b0d429278c87b49966c6448ce065c78e75'
url "https://github.com/v002/v002-Camera-Live/releases/download/#{version}/Camera.Live.zip"
appcast 'https://github.com/v002/v002-Camera-Live/releases.atom'
name 'Camera Live'
homepage 'https://github.com/v002/v002-Camera-Live'
app 'Camera Live.app'
zap trash: [
'~/Library/Preferences/info.v002.Camera-Live.plist',
'~/Library/Saved Application State/info.v002.Camera-Live.savedState',
]
end