Merge pull request #163114 from singularitti/keyboard-cowboy

Add new cask `keyboard-cowboy`
This commit is contained in:
Miccal Matthews
2023-12-23 08:35:30 +08:00
committed by GitHub
+16
View File
@@ -0,0 +1,16 @@
cask "keyboard-cowboy" do
version "3.20.2"
sha256 "90a9a09ce0c197e8489506dfc542c294013b5596befcf9cfca54ec8e909ccefe"
url "https://github.com/zenangst/KeyboardCowboy/releases/download/#{version}/Keyboard.Cowboy.#{version}.dmg"
name "Keyboard Cowboy"
desc "Keyboard shortcut utility"
homepage "https://github.com/zenangst/KeyboardCowboy"
auto_updates true
depends_on macos: ">= :ventura"
app "Keyboard Cowboy.app"
zap trash: "~/Library/Preferences/com.zenangst.Keyboard-Cowboy.plist"
end