mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
276 B
Ruby
10 lines
276 B
Ruby
# encoding: UTF-8
|
|
class Powerword < Cask
|
|
version '1.0.0_beta'
|
|
sha256 '8bee28fa52bc967f91f6700d9642e00fc5e275cc41e0c15e5bf288fcac537c07'
|
|
|
|
url 'http://mac.iciba.com/download/powerword_macosx_beta_1.0.0.dmg'
|
|
homepage 'http://mac.iciba.com'
|
|
|
|
link '金山词霸.app'
|
|
end
|