diff options
| author | John Benediktsson | 2013-05-28 07:33:21 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-28 08:07:11 -0700 |
| commit | 46076794a79a22805f85d99847b99e9a89c1569f (patch) | |
| tree | c84c191ceb3530fa55a4e387d119c1f2c6797000 /Library/Formula | |
| parent | 7b36d8e24166f885ac0be7386287897dcdff5299 (diff) | |
| download | homebrew-46076794a79a22805f85d99847b99e9a89c1569f.tar.bz2 | |
udis86 1.7.1.
Closes #20115.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/udis86.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/udis86.rb b/Library/Formula/udis86.rb index 620dcfa67..4b1d966a8 100644 --- a/Library/Formula/udis86.rb +++ b/Library/Formula/udis86.rb @@ -2,8 +2,8 @@ require 'formula' class Udis86 < Formula homepage 'http://udis86.sourceforge.net' - url 'http://downloads.sourceforge.net/udis86/udis86-1.7.tar.gz' - sha1 '1a9949e33024542a24a948af5d9cbee34ff64695' + url 'http://downloads.sourceforge.net/udis86/udis86-1.7.1.tar.gz' + sha1 '45fd0b93ca671683d978c7faf9eda195f0f8fde9' option :universal |
