Add Barmaid.app version 0.1

This commit is contained in:
Vincent Klaiber 2014-12-18 09:55:47 +01:00 committed by ndr
parent e2e6340e4e
commit 12e14eb19d
1 changed files with 13 additions and 0 deletions

13
Casks/barmaid.rb Normal file
View File

@ -0,0 +1,13 @@
cask :v1 => 'barmaid' do
version '0.1-beta'
sha256 'c0dc73a2ce71a5e6266c792c03aa496ed3b345471e48fd52218db7415394ba27'
url "https://github.com/zenonas/barmaid/releases/download/v#{version}/Barmaid-v#{version.gsub('-', '')}.dmg"
name 'Barmaid'
homepage 'https://github.com/zenonas/barmaid'
license :mit
app 'Barmaid.app'
depends_on :macos => '>= 10.9'
end