homebrew-cask/Casks/dashcam-viewer.rb

15 lines
520 B
Ruby

cask 'dashcam-viewer' do
version '2.7.8'
sha256 '26a23f726575b94196dcfbea6a3dd8d19756f563f229769fba03ded594dce8d6'
# s3.amazonaws.com/aws-website-dcv-downloads-c8kwd/dcv was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/aws-website-dcv-downloads-c8kwd/dcv/Dashcam_Viewer_v#{version}.dmg"
name 'Dashcam Viewer'
name 'Dashcam Viewer by Earthshine Software'
homepage 'https://dashcamviewer.com/'
depends_on macos: '>= :mountain_lion'
app 'Dashcam Viewer.app'
end