homebrew-cask/Casks/lrtimelapse.rb

18 lines
572 B
Ruby

cask 'lrtimelapse' do
version '5.0.9'
sha256 'fb2c7ceb948bc8f5d7e790323ab4f048af8282e0914ceb762a6b387cc95e458e'
url "https://lrtimelapse.com/files/lrtimelapse-#{version.major}-mac/"
name 'LRTimelapse'
homepage 'https://lrtimelapse.com/'
pkg "LRTimelapse #{version} Installer.pkg"
uninstall script: 'Uninstall LRTimelapse.command',
pkgutil: [
'com.lrtimelapse.LRAddons',
"com.lrtimelapse.LRTimelapse#{version.major}",
'com.lrttimelapse.LRTTools',
]
end