mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
9 lines
320 B
Ruby
9 lines
320 B
Ruby
class Functionflip < Cask
|
|
version '2.2.2'
|
|
sha256 '66ac937e9ade979eca2d94881093ee5301bce660da1ace98e3c792da29b33c72'
|
|
|
|
url "http://kevingessner.com/public/downloads/FunctionFlip/#{version}/FunctionFlip.prefPane.zip"
|
|
homepage 'http://kevingessner.com/software/functionflip/'
|
|
|
|
prefpane 'FunctionFlip.prefPane'
|
|
end
|