Skip to content

Commit

Permalink
0xed.rb: added versioning and improved zap uninstall folders (Homebre…
Browse files Browse the repository at this point in the history
…w#69962)

* Improved 0xED Cask

-  added versioning
-  improved zap folders

* Update 0xed.rb
  • Loading branch information
schwedenmut authored and vitorgalvao committed Oct 1, 2019
1 parent 1c5fdf0 commit 003ea88
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Casks/0xed.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
cask '0xed' do
version :latest
sha256 :no_check
version '1.1.4'
sha256 'b5e5845641964c2c1d481b15962e842c1b8176a2292c37b6f3790155e1fafcee'

url 'https://www.suavetech.com/download/0xED.tar.bz2'
url "https://www.suavetech.com/download/0xED-#{version}.tar.bz2"
appcast 'https://www.suavetech.com/0xed/history.html'
name '0xED'
homepage 'https://www.suavetech.com/0xed/'

Expand All @@ -11,5 +12,8 @@
zap trash: [
'~/Library/Caches/com.suavetech.0xED',
'~/Library/Logs/0xED.log',
'~/Library/Preferences/com.suavetech.0xED.plist',
'~/Library/Saved Application State/com.suavetech.0xED.savedState',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.suavetech.0xed.sfl2',
]
end

0 comments on commit 003ea88

Please sign in to comment.