Skip to content

Commit

Permalink
Create arduino-ide-nightly.rb (Homebrew#10996)
Browse files Browse the repository at this point in the history
  • Loading branch information
Logicer16 committed May 19, 2021
1 parent 355f2b0 commit d8f27eb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Casks/arduino-ide-nightly.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
cask "arduino-ide-nightly" do
version :latest
sha256 :no_check

url "https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_macOS_64bit.dmg"
name "Arduino IDE"
desc "Electronics prototyping platform"
homepage "https://www.arduino.cc/en/software#experimental-software"

app "Arduino IDE.app"

zap trash: "~/Library/Application Support/arduino-ide"
end

0 comments on commit d8f27eb

Please sign in to comment.