mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
11 lines
260 B
Ruby
11 lines
260 B
Ruby
# encoding: UTF-8
|
|
class Xee < Cask
|
|
version '3.3'
|
|
sha256 '8728d70c392b6da025a292ab62b47698c1e7f5a45b75eb797c9832b3a37d0062'
|
|
|
|
url "http://wakaba.c3.cx/releases/mac/Xee#{version}.dmg"
|
|
homepage 'http://xee.c3.cx/'
|
|
license :unknown
|
|
|
|
app 'Xee³.app'
|
|
end
|