Skip to content

Commit

Permalink
Merge pull request #8108 from vitorgalvao/fix-8106
Browse files Browse the repository at this point in the history
Add WineBottler.app
  • Loading branch information
vitorgalvao committed Dec 14, 2014
2 parents 99aaebb + 114b63a commit 176172a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Casks/winebottler.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
cask :v1 => 'winebottler' do
version '1.7.32'
sha256 '7e76b40a335ae7fa85903a7c0def2ea18fcde6458455e156450b813ddfb33c41'

url "http://winebottler.kronenberg.org/combo/builds/WineBottlerCombo_#{version}.dmg"
name 'WineBottler'
homepage 'http://winebottler.kronenberg.org/'
license :unknown

app 'WineBottler.app'
app 'Wine.app'
end

2 comments on commit 176172a

@DomT4
Copy link
Member

@DomT4 DomT4 commented on 176172a Dec 14, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm getting a SHA mismatch here:

brew cask install winebottler
==> Downloading http://winebottler.kronenberg.org/combo/builds/WineBottlerCombo_1.7.32.dmg
######################################################################## 100.0%
==> Note: running "brew update" may fix checksum errors
Error: SHA2 mismatch
Expected: 7e76b40a335ae7fa85903a7c0def2ea18fcde6458455e156450b813ddfb33c41
Actual: ccbd0ddc2f89e0a684a127988f3bec5edbc25396236e2fa8ce53fdb703baf34e

@vitorgalvao
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed. Forgot about this cask; it shouldn’t be included. Will be removing it now.

cc @mgracer48.

Please sign in to comment.