mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
333 B
Ruby
9 lines
333 B
Ruby
class GitxL < Cask
|
|
url 'https://github.com/downloads/laullon/gitx/GitX-L_v0.8.4.zip'
|
|
appcast 'http://gitx.laullon.com/appcast.xml'
|
|
homepage 'http://gitx.laullon.com/'
|
|
version '0.8.4'
|
|
sha256 'c5f4088497abf5a219bb7bde4fae643fec61647be25bf836fd679567dcabd7df'
|
|
link 'GitX.app'
|
|
binary 'GitX.app/Contents/Resources/gitx'
|
|
end
|