homebrew-cask/Casks/psi.rb

13 lines
339 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'psi' do
version '0.15'
sha256 '76d50b5314d0a7d9f9a0a71d90e0f806f2da25436135dbd90bd1959286747742'
2015-01-18 10:34:40 +08:00
# sourceforge.net is the official download host per the vendor homepage
2014-12-17 21:14:47 +08:00
url "http://downloads.sourceforge.net/sourceforge/psi/Psi-#{version}.dmg"
2015-01-12 02:55:57 +08:00
name 'Psi'
homepage 'http://psi-im.org/'
license :gpl
2014-09-16 00:06:11 +08:00
app 'Psi.app'
end