Skip to content

Commit

Permalink
cask: Add cask for superwhisper
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlg committed Mar 9, 2024
1 parent 770c8d1 commit 8aaa62f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Cask/superwhisper.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
cask "supershisper" do
version "1.29.1"
sha256 "83023dd93120d9f88030c3a49c9067ed841e909e4b9f86a01c46376078f4a65b"

url "https://builds.superwhisper.com/latest/superwhisper.dmg"
name "supershisper"
desc "AU powered voice to text for macOS"
homepage "https://superwhisper.com/"

auto_updates true

app "superwhisper.app"

zap trash: [
"~/Documents/superwhisper",
"~/Library/Application Support/superwhisper",
]


end

0 comments on commit 8aaa62f

Please sign in to comment.