Files
homebrew-cask/Casks/p/particle-dev.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

22 lines
598 B
Ruby

cask "particle-dev" do
version "1.19.0"
sha256 "5f0c2f461c026a5d59a737a717ceb20caa03389cca7f7a754d3bda101d4c4e4a"
url "https://github.com/particle-iot-archived/particle-dev-app/releases/download/v#{version}/particle-dev-mac-#{version}.zip",
verified: "github.com/particle-iot-archived/particle-dev-app/"
name "Particle Dev"
desc "IDE for programming Particle devices"
homepage "https://www.particle.io/products/development-tools/particle-desktop-ide"
app "Particle Dev.app"
zap trash: [
"~/.particle",
"~/.particledev",
]
caveats do
discontinued
end
end