From 024bf82fef6c9294ca145537a02317e40453d5d3 Mon Sep 17 00:00:00 2001 From: Mikl Wolfe Date: Sat, 2 Dec 2023 08:39:42 -0700 Subject: [PATCH 1/3] retrobatch 2.0.3 --- Casks/r/retrobatch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/r/retrobatch.rb b/Casks/r/retrobatch.rb index 9206d44735..77796e5b39 100644 --- a/Casks/r/retrobatch.rb +++ b/Casks/r/retrobatch.rb @@ -1,6 +1,6 @@ cask "retrobatch" do - version "2.0.2" - sha256 "336144b334af5e4a80286c4261d0e65382664b37d94a3088086c26695a5c075e" + version "2.0.3" + sha256 "2acb6b4728f6457aee94ef0b968d77ed1cd4dde542b2aa789c475d026a7a8e32" url "https://flyingmeat.com/download/Retrobatch-#{version}.zip" name "Retrobatch" From 703dabef55935b3221fc266e134aca788091b7da Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Sat, 2 Dec 2023 12:32:19 -0500 Subject: [PATCH 2/3] retrobatch: add zap --- Casks/r/retrobatch.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Casks/r/retrobatch.rb b/Casks/r/retrobatch.rb index 77796e5b39..9e8d5bc0ec 100644 --- a/Casks/r/retrobatch.rb +++ b/Casks/r/retrobatch.rb @@ -16,4 +16,12 @@ cask "retrobatch" do depends_on macos: ">= :sierra" app "Retrobatch.app" + + zap trash: [ + "Library/Application Support/Retrobatch", + "Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.flyingmeat.retrobatch.sfl*", + "Library/HTTPStorages/com.flyingmeat.Retrobatch", + "Library/Saved Application State/com.flyingmeat.Retrobatch.savedState", + "Library/Preferences/com.flyingmeat.Retrobatch.plist", + ] end From 063458a427563d96dc515e829a418445acdc02c6 Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Sat, 2 Dec 2023 12:40:22 -0500 Subject: [PATCH 3/3] retrobatch: fix long line --- Casks/r/retrobatch.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/r/retrobatch.rb b/Casks/r/retrobatch.rb index 9e8d5bc0ec..3f45e00748 100644 --- a/Casks/r/retrobatch.rb +++ b/Casks/r/retrobatch.rb @@ -19,7 +19,8 @@ cask "retrobatch" do zap trash: [ "Library/Application Support/Retrobatch", - "Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.flyingmeat.retrobatch.sfl*", + "Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/" \ + "com.flyingmeat.retrobatch.sfl*", "Library/HTTPStorages/com.flyingmeat.Retrobatch", "Library/Saved Application State/com.flyingmeat.Retrobatch.savedState", "Library/Preferences/com.flyingmeat.Retrobatch.plist",