Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serial-studio 3.0.6 (new cask) #197310

Merged
merged 2 commits into from
Jan 8, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 visualization software for embedded devices and projects"
p-linnane marked this conversation as resolved.
Show resolved Hide resolved
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
Loading