diff options
| author | Brett Koonce | 2013-01-17 20:48:01 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-17 20:18:29 -0800 |
| commit | 89892825b1077fd18a256335ae966df51ed93d97 (patch) | |
| tree | 1fe3e376e35d0c7176e448f545ac11669e635e26 /Library/Formula | |
| parent | 6f6d1f48c3105e908c69756ee3d6ed69445d5577 (diff) | |
| download | homebrew-89892825b1077fd18a256335ae966df51ed93d97.tar.bz2 | |
lmutil 11.11
Closes #17155.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lmutil.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/lmutil.rb b/Library/Formula/lmutil.rb index e71181610..8d720fc0f 100644 --- a/Library/Formula/lmutil.rb +++ b/Library/Formula/lmutil.rb @@ -2,9 +2,9 @@ require 'formula' class Lmutil < Formula homepage 'http://www.globes.com/support/fnp_utilities_download.htm' - url 'http://www.globes.com/products/utilities/v11.10/lmutil_universal_mac10.tar.gz' - version '11.10' - sha1 '5c8294459c77dd1a4f5bfc461d2cc3f97dcda4b1' + url 'http://www.globes.com/products/utilities/v11.11/lmutil_universal_mac10.tar.gz' + version '11.11' + sha1 '9eb15dd48a79304cec7c03a2716970dea2d047e2' def install bin.install 'lmutil' |
