Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openhv 20230917 (new cask) #193079

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions Casks/o/openhv.rb
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",
"~/Library/Application Support/OpenRA/ModMetadata",
"~/Library/Saved Application State/net.openra.mod.hv.savedState",
]
end
Loading