You've already forked homebrew-cask
mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-04-22 15:25:17 -07:00
aa461148bb
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
481 B
Ruby
17 lines
481 B
Ruby
cask "functionflip" do
|
|
version "2.2.4"
|
|
sha256 "429a07deef5767534dee2d99ab147242c41ef860c48d0dbf0c68f2687fbe9db4"
|
|
|
|
url "https://kevingessner.com/public/downloads/FunctionFlip/#{version}/FunctionFlip.prefPane.zip"
|
|
name "FunctionFlip"
|
|
desc "Function key control"
|
|
homepage "https://kevingessner.com/software/functionflip/"
|
|
|
|
livecheck do
|
|
url "https://kevingessner.com/update/functionflip/"
|
|
regex(/v?(\d+(?:\.\d+)+)/i)
|
|
end
|
|
|
|
prefpane "FunctionFlip.prefPane"
|
|
end
|