Merge pull request #194004 from Homebrew/bump-binance-1.54.4
[Homebrew/homebrew-cask.git] / Casks / m / mechvibes.rb
bloba6e0bed759470213f54af6ccd659c22ddc176d97
1 cask "mechvibes" do
2   version "2.3.4"
3   sha256 "ba1d345a8c1eb7ff9445e0621b2a9bd2e051a2e92541323dde5d4051f78acef0"
5   url "https://github.com/hainguyents13/mechvibes/releases/download/v#{version}/Mechvibes-#{version}.dmg",
6       verified: "github.com/hainguyents13/mechvibes/"
7   name "Mechvibes"
8   desc "Play mechanical keyboard sounds as you type"
9   homepage "https://mechvibes.com/"
11   livecheck do
12     url :url
13     strategy :github_latest
14   end
16   app "Mechvibes.app"
18   zap trash: [
19         "~/Library/Application Support/Mechvibes",
20         "~/Library/Preferences/com.electron.mechvibes.plist",
21         "~/Library/Saved Application State/com.electron.mechvibes.savedState",
22       ],
23       rmdir: "~/mechvibes_custom"
25   caveats do
26     requires_rosetta
27   end
28 end