mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
8 lines
210 B
Ruby
8 lines
210 B
Ruby
class Xca < Cask
|
|
url 'https://sourceforge.net/projects/xca/files/latest/download',
|
|
:user_agent => :fake
|
|
homepage 'http://xca.sourceforge.net/'
|
|
version 'latest'
|
|
sha256 :no_check
|
|
link 'xca.app'
|
|
end
|