mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
241 B
Ruby
9 lines
241 B
Ruby
class Psi < Cask
|
|
version '0.15'
|
|
sha256 '76d50b5314d0a7d9f9a0a71d90e0f806f2da25436135dbd90bd1959286747742'
|
|
|
|
url "https://downloads.sourceforge.net/sourceforge/psi/Psi-#{version}.dmg"
|
|
homepage 'http://psi-im.org/'
|
|
|
|
app 'Psi.app'
|
|
end
|