Skip to content

Commit

Permalink
Fixed Xee
Browse files Browse the repository at this point in the history
The app name is doing weird stuff because of the superscript proceeding
the name, and the ZIP download link actually redirects to a DMG, which
might be confusing the container detection, but better safe than sorry.
  • Loading branch information
alebcay committed Mar 5, 2014
1 parent cd15aa7 commit 7ebcf34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Casks/xee.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Xee < Cask
url 'http://wakaba.c3.cx/releases/mac/Xee3.3.zip'
url 'http://wakaba.c3.cx/releases/mac/Xee3.3.dmg'
homepage 'http://xee.c3.cx/'
version '3.3'
sha256 '8728d70c392b6da025a292ab62b47698c1e7f5a45b75eb797c9832b3a37d0062'
link 'Xee.app'
link 'Xee³.app'
end

0 comments on commit 7ebcf34

Please sign in to comment.