homebrew-cask/Casks/cfxr.rb

12 lines
335 B
Ruby
Raw Normal View History

2014-11-14 01:25:33 +08:00
cask :v1 => 'cfxr' do
version '0.2.1'
sha256 '106e06fe1c76581ffb89b3f44419a1669526edb1609f54022390b22d0947a1f2'
2015-01-17 10:29:42 +08:00
# github.com is the official download host per the vendor homepage
2014-09-26 20:08:49 +08:00
url "https://github.com/downloads/nevyn/cfxr/cfxr%20#{version}.zip"
homepage 'http://thirdcog.eu/apps/cfxr'
2014-10-01 23:32:37 +08:00
license :oss
2014-09-16 00:05:22 +08:00
app 'cfxr.app'
end