mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
178 B
Ruby
9 lines
178 B
Ruby
class Arq < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://www.haystacksoftware.com/arq/Arq.zip'
|
|
homepage 'http://www.haystacksoftware.com/arq/'
|
|
|
|
app 'Arq.app'
|
|
end
|