homebrew-cask/Casks/lrtimelapse.rb

19 lines
618 B
Ruby

cask 'lrtimelapse' do
version '5.3.3'
sha256 '9c0550a1ad18a884ace37844509777a0178da7d3911c5cfe989f8c7d29868709'
url "https://lrtimelapse.com/files/lrtimelapse-#{version.major}-mac/"
appcast 'https://lrtimelapse.com/download/'
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