Update lrtimelapse from 5.4.0 to 5.5.0 (#88442)

This commit is contained in:
suschizu 2020-09-01 02:44:04 +02:00 committed by GitHub
parent 54fc73612a
commit 0b9becd4e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,6 @@
cask "lrtimelapse" do
version "5.4.0"
sha256 "a243f75a8b1d1e897fda58fcd82d01f35ba7fb26ed6152b6c911b7c5e76a6396"
version "5.5.0"
sha256 "d01f583fc899b2a80575050a59503a655d3745210858d658ef9fcaa1bbac6794"
url "https://lrtimelapse.com/files/lrtimelapse-#{version.major}-mac/"
appcast "https://lrtimelapse.com/download/"
@ -9,10 +9,18 @@ cask "lrtimelapse" do
pkg "LRTimelapse #{version} Installer.pkg"
uninstall script: "Uninstall LRTimelapse.command",
uninstall script: {
executable: "/usr/local/LRTimelapse/uninstall.sh",
input: "\n",
sudo: true,
},
pkgutil: [
"com.lrtimelapse.LRAddons",
"com.lrtimelapse.LRTimelapse#{version.major}",
"com.lrttimelapse.LRTTools",
]
caveats do
files_in_usr_local
end
end