Files
homebrew-cask/Casks/r/remix-ide.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

23 lines
671 B
Ruby

cask "remix-ide" do
version "1.3.6"
sha256 "a4a0d81e06f99f5721864afbf587b273a61d19b2d6e690a015dff2bf681039a4"
url "https://github.com/ethereum/remix-desktop/releases/download/v#{version}/Remix-IDE-#{version}.dmg",
verified: "github.com/ethereum/remix-desktop/"
name "Remix IDE desktop"
desc "Desktop version of Remix web IDE used for Ethereum smart contract development"
homepage "https://remix-project.org/"
livecheck do
url :url
strategy :github_latest
end
app "Remix IDE.app"
zap trash: [
"~/Library/Preferences/org.ethereum.remix-ide.plist",
"~/Library/Saved Application State/org.ethereum.remix-ide.savedState",
]
end