homebrew-cask/Casks/dashcam-viewer.rb

15 lines
520 B
Ruby

cask 'dashcam-viewer' do
version '3.1.7'
sha256 '66d588b3b4d72742ef8fab47f8720cf8d06777067855fbb4560b90b2d8d5e060'
# 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