You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
266 B
10 lines
266 B
class Arq3 < Cask
|
|
version '3.3.4'
|
|
sha256 '2b4317b83d14090764f2134d4cc0fa3ee18b102974cff935f47a8afb4b3860a2'
|
|
|
|
url "http://www.haystacksoftware.com/arq/Arq_#{version}.zip"
|
|
homepage 'http://www.haystacksoftware.com/arq/'
|
|
license :unknown
|
|
|
|
app 'Arq.app'
|
|
end
|
|
|