homebrew-cask/Casks/glyphish-gallery.rb

12 lines
478 B
Ruby
Raw Normal View History

2014-11-14 01:25:56 +08:00
cask :v1 => 'glyphish-gallery' do
2014-11-11 17:01:39 +08:00
version '2.0'
sha256 'c5f224d44ecf4a853a51105d1fce8b4e3eab099ddc16791ce412a7a679b104a7'
url "https://github.com/glyphish/gallery/releases/download/v#{version}/v#{version}.zip"
appcast 'https://github.com/glyphish/gallery/releases.atom'
2014-11-11 17:01:39 +08:00
homepage 'https://github.com/glyphish/gallery'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-11-11 17:01:39 +08:00
app 'Glyphish Gallery.app'
end