homebrew-cask/Casks/pixelpeeper.rb

13 lines
432 B
Ruby
Raw Normal View History

2014-11-14 01:26:39 +08:00
cask :v1 => 'pixelpeeper' do
2014-09-17 19:42:57 +08:00
version :latest
sha256 :no_check
2014-06-18 23:11:05 +08:00
url 'https://www.irradiatedsoftware.com/download/PixelPeeper.zip'
2014-05-14 21:40:02 +08:00
appcast 'http://www.irradiatedsoftware.com/updates/profiles/pixelpeeper.php'
2015-01-12 02:56:13 +08:00
name 'PixelPeeper'
2013-10-31 03:20:06 +08:00
homepage 'http://www.irradiatedsoftware.com/labs'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:08 +08:00
app 'PixelPeeper.app'
2013-10-31 03:20:06 +08:00
end