mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
8 lines
213 B
Ruby
8 lines
213 B
Ruby
class Gitx < Cask
|
|
url 'http://frim.frim.nl/GitXStable.app.zip'
|
|
appcast 'http://gitx.frim.nl/Downloads/appcast.xml'
|
|
homepage 'http://gitx.frim.nl/'
|
|
version 'latest'
|
|
sha256 :no_check
|
|
link 'GitX.app'
|
|
end
|