mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
242 B
Ruby
7 lines
242 B
Ruby
class Transmit < Cask
|
|
url 'http://www.panic.com/transmit/d/Transmit%204.4.6.zip'
|
|
homepage 'http://panic.com/transmit'
|
|
version '4.4.6'
|
|
sha256 '55b4a6f9c178f82a55a370745ed22cea4ba92a471b4be7a31105f67d04d0290c'
|
|
link 'Transmit.app'
|
|
end
|