diff options
| author | Jeremy Ouellette | 2014-02-15 15:35:09 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-15 13:31:37 -0800 |
| commit | 15ab05615649bc36d7beb7d09db88e532a85a5f3 (patch) | |
| tree | 5a132e8c338b4bb91f8ac8199e35e2dd16017947 /Library | |
| parent | 4de57d5bc36e33666e608fe4b2fd838db4e5f2f8 (diff) | |
| download | homebrew-15ab05615649bc36d7beb7d09db88e532a85a5f3.tar.bz2 | |
wine devel 1.7.12
Closes #26752.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 13b27e514..ab2fe3bcb 100644 --- a/Library/Formula/wine.rb +++ b/Library/Formula/wine.rb @@ -23,8 +23,8 @@ class Wine < Formula end devel do - url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.7.11.tar.bz2' - sha256 'c07d2771ed96c45d428bb11d164c5e4bbe48d6857a0a4cba2e0b73c5f1044f93' + url 'http://downloads.sourceforge.net/project/wine/Source/wine-1.7.12.tar.bz2' + sha256 '2dcdff7bf8bac2bc10da85e3e632e8add830f22cf416173e53abca4ec580b392' end head do |
