mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
8 lines
248 B
Ruby
8 lines
248 B
Ruby
class Entropy < Cask
|
|
url 'http://www.eigenlogik.com/entropy/download'
|
|
appcast 'http://hyperion.eigenlogik.com/appcast/feed/entropy/'
|
|
homepage 'http://www.eigenlogik.com/entropy/'
|
|
version 'latest'
|
|
sha256 :no_check
|
|
link 'Entropy.app'
|
|
end
|