homebrew-cask/Casks/lrtimelapse.rb

18 lines
572 B
Ruby

cask 'lrtimelapse' do
version '5.0.6'
sha256 'ece40b8ddf494b7226743796a47a279a7bac6aef02a1beaf6e7030a088590d3f'
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