epilogue-operator: Update to 1.0.2.

This changes the name to epilogue-playback to follow upstream.
This commit is contained in:
Pierre Wendling 2023-11-18 12:29:13 +01:00
parent 5ad673d618
commit 68034e86b2
No known key found for this signature in database
GPG Key ID: 42824059D6D2FA0F
3 changed files with 26 additions and 22 deletions

View File

@ -1,22 +0,0 @@
cask "epilogue-operator" do
version "0.9.1"
sha256 :no_check
url "https://epilogue.nyc3.cdn.digitaloceanspaces.com/releases/software/Operator/release/mac/Operator.dmg",
verified: "epilogue.nyc3.cdn.digitaloceanspaces.com/releases/software/Operator/"
name "Epilogue Operator"
desc "Play and manage Game Boy cartridges on your computer"
homepage "https://www.epilogue.co/"
livecheck do
url :url
strategy :extract_plist
end
app "Operator.app"
zap trash: [
"~/Library/Application Support/Epilogue/Operator",
"~/Library/Saved Application State/com.epilogue.operator.savedState",
]
end

View File

@ -0,0 +1,25 @@
cask "epilogue-playback" do
arch arm: "arm64", intel: "amd64"
version "1.0.2"
sha256 arm: "7f9aab22558fb7fbe4987ce509931bdf00a6e81a1b7d1c6873870257d4273a83",
intel: "22deefc22a3215e4c32d1e573e0c96515922c282f16d77cb3ca2914c7a824d1c"
url "https://epilogue.nyc3.digitaloceanspaces.com/releases/software/Playback/version/#{version}/release/mac/Playback.#{arch}.dmg",
verified: "epilogue.nyc3.digitaloceanspaces.com/releases/software/Playback/"
name "Epilogue Playback"
desc "Play and manage Game Boy cartridges on your computer"
homepage "https://www.epilogue.co/"
livecheck do
url :url
strategy :extract_plist
end
app "Playback.app"
zap trash: [
"~/Library/Application Support/Epilogue/Playback",
"~/Library/Saved Application State/com.epilogue.operator.savedState",
]
end

View File

@ -2,6 +2,7 @@
"ankerslicer": "ankermake",
"betterdummy": "betterdisplay",
"cloudapp": "zight",
"epilogue-operator": "epilogue-playback",
"figmadaemon": "figma-agent",
"hepta": "heptabase",
"mouse-fix": "mac-mouse-fix",