-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dff0066
commit 2cdd297
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
cask "openhv" do | ||
version "20230917" | ||
sha256 "c7f0c0260f690d4039cf7146faad01bf1731b8b77a28eeb0cb9573200c5bc95f" | ||
|
||
url "https://github.com/OpenHV/OpenHV/releases/download/#{version}/OpenHV-#{version}.dmg", | ||
verified: "github.com/OpenHV/OpenHV/" | ||
name "OpenHV" | ||
desc "Pixel art science-fiction real-time strategy game" | ||
homepage "https://www.openhv.net/" | ||
|
||
livecheck do | ||
url :url | ||
regex(/v?(\d+(?:\.\d+)*)/i) | ||
strategy :github_latest | ||
end | ||
|
||
app "OpenHV.app" | ||
|
||
zap trash: [ | ||
"~/Library/Application Support/OpenRA/hv-news.json", | ||
"~/Library/Application Support/OpenRA/Logs/irc.log", | ||
"~/Library/Application Support/OpenRA/ModMetadata/hv-20230917", | ||
"~/Library/Saved Application State/net.openra.mod.hv.savedState", | ||
] | ||
end |