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.
18 lines
734 B
18 lines
734 B
cask 'transmission-nightly' do
|
|
version '1e9b805b4d'
|
|
sha256 '17fe83206386a4de0bb6a372cffd8a255e2d151e586102526e149c26fbda68fd'
|
|
|
|
url "https://build.transmissionbt.com/job/trunk-mac/lastSuccessfulBuild/artifact/release/Transmission-#{version}.dmg"
|
|
name 'Transmission'
|
|
homepage 'https://transmissionbt.com/'
|
|
|
|
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',
|
|
'~/Library/Saved Application State/org.m0k.transmission.savedState',
|
|
]
|
|
end
|
|
|