Add Bugdom 2 v4.0.0

This commit is contained in:
Eric Knibbe 2024-01-22 14:25:12 -05:00
parent 82e255342b
commit 5e14834021
No known key found for this signature in database
GPG Key ID: 179D9CDDDB814168
1 changed files with 18 additions and 0 deletions

18
Casks/b/bugdom2.rb Normal file
View File

@ -0,0 +1,18 @@
cask "bugdom2" do
version "4.0.0"
sha256 "c962aa3f135d829c2d4409a757480aebac0d1d6dd3fadfcf578503f85445175f"
url "https://github.com/jorio/Bugdom2/releases/download/v#{version}/Bugdom2-#{version}-mac.dmg",
verified: "github.com/jorio/Bugdom2/"
name "Bugdom 2"
desc "Bug-themed 3D action/adventure game sequel from Pangea Software"
homepage "https://jorio.itch.io/bugdom2"
app "Bugdom 2.app"
artifact "Instructions", target: "~/Library/Application Support/Bugdom2"
zap trash: [
"~/Library/Preferences/Bugdom2",
"~/Library/Saved Application State/io.jor.bugdom2.savedState",
]
end