Skip to content

Commit

Permalink
Merge pull request #197310 from davay/serial-studio
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored Jan 8, 2025
2 parents 542c64b + 54fb7e1 commit bfcb88a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Casks/s/serial-studio.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
cask "serial-studio" do
arch arm: "arm64", intel: "x86_64"

version "3.0.6"
sha256 arm: "86c36cd424ac22e0c01b6f02f4f94f99d27d96f9f5ced3da2ef6e303a64ef282",
intel: "00cf58d347c5bc71f89895df0a191543e65e32a79ce6847e466e67061399c576"

url "https://github.com/Serial-Studio/Serial-Studio/releases/download/v#{version}/Serial-Studio-#{version}-macOS-#{arch}.dmg",
verified: "github.com/Serial-Studio/Serial-Studio/"
name "Serial Studio"
desc "Data visualisation software for embedded devices and projects"
homepage "https://serial-studio.github.io/"

livecheck do
url :url
strategy :github_latest
end

app "Serial Studio.app"

zap trash: [
"~/Library/Caches/Alex Spataru/Serial-Studio",
"~/Library/Preferences/io.github.serial-studio.Serial-Studio.plist",
"~/Library/Saved Application State/org.alexspataru.serial-studio.savedState",
]
end

0 comments on commit bfcb88a

Please sign in to comment.