Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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