homebrew-cask/Casks/pixel-winch.rb

14 lines
493 B
Ruby
Raw Normal View History

2014-11-14 01:26:39 +08:00
cask :v1 => 'pixel-winch' do
2014-09-17 19:42:57 +08:00
version :latest
sha256 :no_check
url 'http://ricciadams.com/try/pixel-winch'
2015-01-05 04:36:25 +08:00
name 'Pixel Winch'
2015-06-01 04:52:50 +08:00
appcast 'http://www.ricciadams.com/downloads/winch/appcast_v2.xml',
:sha256 => '1c960e7005304e4f21b87357836713ad8e92c5838ab8a478d95cfcb2cd8f2be1'
homepage 'http://ricciadams.com/projects/pixel-winch'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:08 +08:00
app 'Pixel Winch.app'
end