mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
11 lines
342 B
Ruby
11 lines
342 B
Ruby
class Ecoute < Cask
|
|
version '3.0.8'
|
|
sha256 'e374016797980f658d2376cf261f6599103b4ade32df275513634b2f5cfc0da7'
|
|
|
|
url "http://pixiapps.com/ecouteosx/builds/Ecoute_#{version}.zip"
|
|
appcast 'http://www.eagle-of-liberty.com/ecouteosx/builds/appcast.xml'
|
|
homepage 'http://pixiapps.com/ecouteosx/'
|
|
license :unknown
|
|
|
|
app 'Ecoute.app'
|
|
end
|