mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 14:17:07 -06:00
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.
7 lines
215 B
Ruby
7 lines
215 B
Ruby
class Xee < Cask
|
|
url 'http://wakaba.c3.cx/releases/mac/Xee3.3.dmg'
|
|
homepage 'http://xee.c3.cx/'
|
|
version '3.3'
|
|
sha256 '8728d70c392b6da025a292ab62b47698c1e7f5a45b75eb797c9832b3a37d0062'
|
|
link 'Xee³.app'
|
|
end
|