homebrew-cask/Casks/zotero.rb

11 lines
274 B
Ruby
Raw Normal View History

2013-05-31 17:11:40 +08:00
class Zotero < Cask
2014-11-04 04:18:43 +08:00
version '4.0.23'
sha256 'f97ef96f005674ad8227ae6eb2096c81d334b771347c566c3581bee5100675e3'
url "https://download.zotero.org/standalone/#{version}/Zotero-#{version}.dmg"
homepage 'http://www.zotero.org/'
license :affero
2014-09-16 00:06:41 +08:00
app 'Zotero.app'
2013-05-31 17:11:40 +08:00
end