mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Bean 2.x is under MIT license. Bean 3.x (latest) is closed source, but free to use. From the homepage: > Bean 3.x is closed source. However, Bean 2.4.x is open source > (download source code here <http://www.bean-osx.com/source/Bean-Source.zip>).
10 lines
204 B
Ruby
10 lines
204 B
Ruby
class Bean < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://www.bean-osx.com/releases/Bean-Install.zip'
|
|
homepage 'http://www.bean-osx.com'
|
|
license :gratis
|
|
|
|
app 'Bean-Install/Bean.app'
|
|
end
|