Skip to content

Commit

Permalink
Serial-Studio 3.0.6 (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
davay committed Jan 6, 2025
1 parent 00cc3a9 commit dbe5831
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Casks/s/serial-studio.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
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 "Flexible data visualization 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 dbe5831

Please sign in to comment.