Skip to content

Commit

Permalink
openra-romanovs-vengeance playtest-20240218
Browse files Browse the repository at this point in the history
  • Loading branch information
babo4d committed Jul 21, 2024
1 parent 7e4619f commit 0bfce0d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Casks/openra-romanovs-vengeance.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
cask "openra-romanovs-vengeance" do
version "playtest-20240218"
sha256 "d5bcea44634bb8335550c3cc1ff6566b54ac7b0699b5895c5dfd3e5bb9cf2025"

url "https://github.com/MustaphaTR/Romanovs-Vengeance/releases/download/#{version}/Romanovs.Vengeance-#{version}.dmg",
verified: "github.com/MustaphaTR/Romanovs-Vengeance/"
name "OpenRA - Romanov's Vengeance"
desc "OpenRA mod based on Command & Conquer: Red Alert 2"
homepage "https://www.moddb.com/mods/romanovs-vengeance"

livecheck do
url :url
strategy :github_latest
regex(/^(\w+(?:[.-]v?\d+)*)$/i)
end

app "OpenRA - Romanovs Vengeance.app"

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

0 comments on commit 0bfce0d

Please sign in to comment.