diff options
| author | David Holm | 2014-10-18 18:35:53 +0200 | 
|---|---|---|
| committer | Tim D. Smith | 2014-10-18 10:52:46 -0700 | 
| commit | 4462194f86f3735f50baa184eb1ae84fe09a9732 (patch) | |
| tree | a945a139be80af1141eae06eb44788adb5a4e662 /Library/Formula | |
| parent | db188d6ebb6916dab63f726c1bc0d4fc31a77474 (diff) | |
| download | homebrew-4462194f86f3735f50baa184eb1ae84fe09a9732.tar.bz2 | |
wine --devel 1.7.29
Closes #33317.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wine.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb index fbf989f6c..e4b996cfb 100644 --- a/Library/Formula/wine.rb +++ b/Library/Formula/wine.rb @@ -24,8 +24,8 @@ class Wine < Formula    end    devel do -    url "https://downloads.sourceforge.net/project/wine/Source/wine-1.7.28.tar.bz2" -    sha256 "67c3f157b9e720971d1f7dc582e9f0b16879ef660b5ba284a77f8bdfc6fc2313" +    url "https://downloads.sourceforge.net/project/wine/Source/wine-1.7.29.tar.bz2" +    sha256 "ae48190d35533197811eeabed989ed9fd3201c44af917107f35ec0bf75b8de62"      depends_on "samba" => :optional      depends_on "gnutls"  | 
