mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
Not by name but uses text of MIT license https://kevingessner.kilnhg.com/Code/Public/My-Work/FunctionFlip/Files/LICENSE?rev=tip&nr=
10 lines
339 B
Ruby
10 lines
339 B
Ruby
cask :v1 => 'functionflip' do
|
|
version '2.2.2'
|
|
sha256 '66ac937e9ade979eca2d94881093ee5301bce660da1ace98e3c792da29b33c72'
|
|
|
|
url "http://kevingessner.com/public/downloads/FunctionFlip/#{version}/FunctionFlip.prefPane.zip"
|
|
homepage 'http://kevingessner.com/software/functionflip/'
|
|
license :mit
|
|
|
|
prefpane 'FunctionFlip.prefPane'
|
|
end
|