mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
5 lines
124 B
Ruby
5 lines
124 B
Ruby
class Github < Cask
|
|
url 'https://central.github.com/mac/latest'
|
|
homepage 'http://mac.github.com'
|
|
version 'latest'
|
|
end
|