Skip to content

Commit

Permalink
Add Motrix.app v1.1.3 (#59494)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitscherlich authored and reitermarkus committed Feb 26, 2019
1 parent e8ce915 commit dbe88d7
Showing 1 changed file with 20 additions and 0 deletions.
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

0 comments on commit dbe88d7

Please sign in to comment.