Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Motrix.app v1.1.3 #59494

Merged
merged 1 commit into from
Feb 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions Casks/motrix.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
cask 'motrix' do
version '1.1.3'
sha256 '489c924c6c850a3a60943f180256ff30eeacfdd73f4773f0da861d5fc99c1792'

# github.com was verified as official when first introduced to the cask
url "https://github.com/agalwood/Motrix/releases/download/v#{version}/Motrix-#{version}.dmg"
appcast 'https://github.com/agalwood/Motrix/releases.atom'
name 'Motrix'
homepage 'https://motrix.app/'

app 'Motrix.app'

zap trash: [
'~/Library/Application Support/Motrix',
'~/Library/Preferences/net.agalwood.Motrix.plist',
'~/Library/Saved Application State/net.agalwood.Motrix.savedState',
'~/Library/Logs/Motrix',
'~/Library/Caches/net.agalwood.Motrix',
]
end