Merge pull request #161021 from Amorymeltzer/bump-marathon2-20231125

marathon2 20231125
This commit is contained in:
Bevan Kay
2023-11-26 14:46:57 +11:00
committed by GitHub
+9 -2
View File
@@ -1,7 +1,7 @@
cask "marathon2" do
# NOTE: "2" is not a version number, but an intrinsic part of the product name
version "20230529"
sha256 "3d85be6ae7b45c926fad71cb6b05237836c8a6bdf0af5299777a138a3aa6eb36"
version "20231125"
sha256 "709ab94e35a8cf83167afe6fcf14a862db945a9193deeae2ec98826f1812da52"
url "https://github.com/Aleph-One-Marathon/alephone/releases/download/release-#{version}/Marathon2-#{version}-Mac.dmg",
verified: "github.com/Aleph-One-Marathon/alephone/"
@@ -15,4 +15,11 @@ cask "marathon2" do
end
app "Marathon 2.app"
zap trash: [
"~/Library/Application Support/Marathon 2",
"~/Library/Logs/Marathon 2 Log.txt",
"~/Library/Preferences/Marathon 2",
"~/Library/Saved Application State/org.bungie.source.Marathon2.savedState",
]
end