mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
6 lines
138 B
Ruby
6 lines
138 B
Ruby
class Github < Cask
|
|
url 'https://central.github.com/mac/latest'
|
|
homepage 'http://mac.github.com'
|
|
version 'latest'
|
|
no_checksum
|
|
end
|