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.
19 lines
683 B
19 lines
683 B
10 years ago
|
cask :v1 => 'transmission-nightly' do
|
||
|
version '14489'
|
||
|
sha256 '07453f41cf4c14cf66fdd5822f5ac311de4a22e5cb472fd029b19f9dd7eebfb6'
|
||
|
|
||
|
url "https://build.transmissionbt.com/job/trunk-mac/lastSuccessfulBuild/artifact/release/Transmission-#{version}.dmg"
|
||
|
name 'Transmission'
|
||
|
homepage 'http://www.transmissionbt.com/'
|
||
|
license :gpl
|
||
|
|
||
|
app 'Transmission.app'
|
||
|
|
||
|
zap :delete => [
|
||
|
'~/Library/Application Support/Transmission',
|
||
|
'~/Library/Preferences/org.m0k.transmission.plist',
|
||
|
'~/Library/Preferences/org.m0k.transmission.LSSharedFileList.plist',
|
||
|
'~/Library/Caches/org.m0k.transmission',
|
||
|
]
|
||
|
end
|