Skip to content

Commit

Permalink
openra-combined-arms 1.02
Browse files Browse the repository at this point in the history
  • Loading branch information
babo4d committed Jul 22, 2024
1 parent 0bfce0d commit 5eab656
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Casks/openra-combined-arms.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
cask "openra-combined-arms" do
version "1.02"
sha256 "f2cff0b68c6bd9c8ba1bf5e730ede73be63048fb7562b94c6eef19d300e9379a"

url "https://github.com/Inq8/CAmod/releases/download/#{version}/CombinedArms-#{version}.dmg",
verified: "github.com/Inq8/CAmod/"
name "OpenRA - Combined Arms"
desc "OpenRA mod combining content from various C&C games"
homepage "https://www.moddb.com/mods/command-conquer-combined-arms"

livecheck do
url :url
strategy :github_latest
end

app "OpenRA - Combined Arms.app"

zap trash: [
"~/Library/Application Support/OpenRA",
"~/Library/Saved Application State/net.openra.mod.ca.savedState",
]
end

0 comments on commit 5eab656

Please sign in to comment.