Skip to content

Commit

Permalink
Add InstantView
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik committed Mar 12, 2024
1 parent 06b58b0 commit 6bed462
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Casks/i/instantview.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
cask "instantview" do
version "V3.19R0002"
sha256 "b9c258ccca92281a0c942139f7e7053a655015c1221245c4a83b119e65cf0080"

url "https://www.siliconmotion.com/downloads/macOS_InstantView_#{version}.dmg"
name "InstantView"
desc "SiliconMotion: SM76x Driver with UI"
homepage "https://www.siliconmotion.com/"

livecheck do
url "https://www.siliconmotion.com/downloads/index.html"
regex(/macOS_InstantView_(V\d\..+).dmg/i)
end

auto_updates true
depends_on macos: ">= :catalina"

app "macOS InstantView.app"

uninstall quit: "com.SMI-Inc.InstantView"

zap trash: [
"~/Library/Application Support/InstantView",
"~/Library/Caches/com.SMI-Inc.InstantView",
]
end

0 comments on commit 6bed462

Please sign in to comment.