homebrew-cask/Casks/lrtimelapse.rb

19 lines
582 B
Ruby

cask "lrtimelapse" do
version "5.4.0"
sha256 "a243f75a8b1d1e897fda58fcd82d01f35ba7fb26ed6152b6c911b7c5e76a6396"
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