mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
This patch updates the version of Transmit to version 4.4.1 from the current version of 4.4.0. It includes a new checksum, version, and URL. Audit: ```sh ❯ brew cask audit transmit audit for transmit: passed ```
7 lines
215 B
Ruby
7 lines
215 B
Ruby
class Transmit < Cask
|
|
url 'http://www.panic.com/transmit/d/Transmit%204.4.1.zip'
|
|
homepage 'http://panic.com/transmit'
|
|
version '4.4.1'
|
|
sha1 '8878d15c0cb8913159a30f70da45bbf4fa9ee6c5'
|
|
link 'Transmit.app'
|
|
end
|