Skip to content

Commit

Permalink
Merge pull request #193079 from Mailaender/openhv-20230917
Browse files Browse the repository at this point in the history
openhv 20230917 (new cask)
  • Loading branch information
bevanjkay authored Nov 25, 2024
2 parents cb83de4 + f78bb1e commit e3e7ed4
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",
"~/Library/Application Support/OpenRA/ModMetadata",
"~/Library/Saved Application State/net.openra.mod.hv.savedState",
]
end

0 comments on commit e3e7ed4

Please sign in to comment.