diff options
| author | Brett Koonce | 2014-03-16 18:13:05 -0500 |
|---|---|---|
| committer | Brett Koonce | 2014-03-16 20:29:17 -0500 |
| commit | 64afbfc833500957081815d5f1907d6567a88a47 (patch) | |
| tree | 4f60b214b03e0ca2c50aabcbe0a1e81e2626e726 | |
| parent | ce4a2da8a8e3bff4126e45147c25cdf8be9f3513 (diff) | |
| download | homebrew-64afbfc833500957081815d5f1907d6567a88a47.tar.bz2 | |
nasm 2.11.02
| -rw-r--r-- | Library/Formula/nasm.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/nasm.rb b/Library/Formula/nasm.rb index dd29235eb..3e8965b93 100644 --- a/Library/Formula/nasm.rb +++ b/Library/Formula/nasm.rb @@ -2,8 +2,8 @@ require 'formula' class Nasm < Formula homepage 'http://www.nasm.us/' - url 'http://www.nasm.us/pub/nasm/releasebuilds/2.11/nasm-2.11.tar.bz2' - sha256 '1ce7e897c67255a195367a60c739a90a0b33a4a73f058f7cda3253bcf975642b' + url 'http://www.nasm.us/pub/nasm/releasebuilds/2.11.02/nasm-2.11.02.tar.bz2' + sha256 'ece26b5ef565f94d19a72756d05965e424d2e5ca55f88b949852da70dd62f0e0' option :universal |
