Skip to content

Commit

Permalink
openhv 20230917 (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Nov 24, 2024
1 parent dff0066 commit 2cdd297
Showing 1 changed file with 25 additions and 0 deletions.
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/irc.log",
"~/Library/Application Support/OpenRA/ModMetadata/hv-20230917",
"~/Library/Saved Application State/net.openra.mod.hv.savedState",
]
end

0 comments on commit 2cdd297

Please sign in to comment.