mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
11 lines
281 B
Ruby
11 lines
281 B
Ruby
class Shimo < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://www.chungwasoft.com/files/Shimo_latest.zip'
|
|
appcast 'http://www.chungwasoft.com/library/appcasts/Shimo3/shimocast.php'
|
|
homepage 'http://www.chungwasoft.com/shimo/'
|
|
license :unknown
|
|
|
|
app 'Shimo.app'
|
|
end
|