diff options
| author | David Larson | 2014-06-21 21:25:52 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-06-21 23:19:00 -0700 | 
| commit | 0f480fcda34c13f1159b82d49bf5e71e39b49c4d (patch) | |
| tree | 28e26bba2d50e0644465a2ef3457999658a4b9ca | |
| parent | 7814aee7bea602b24ddf0a920b98836bdf5aa2b8 (diff) | |
| download | homebrew-0f480fcda34c13f1159b82d49bf5e71e39b49c4d.tar.bz2 | |
grib-api 1.12.1
Previous version of grib-api (1.9.18) was released almost two years ago
(October 2012). Since then there has been three minor releases (1.10.x,
1.11.x, and 1.12.x) which have fixed a large number of bugs.
| -rw-r--r-- | Library/Formula/grib-api.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/grib-api.rb b/Library/Formula/grib-api.rb index 1c601b1fa..5993d0107 100644 --- a/Library/Formula/grib-api.rb +++ b/Library/Formula/grib-api.rb @@ -2,8 +2,8 @@ require 'formula'  class GribApi < Formula    homepage 'https://software.ecmwf.int/wiki/display/GRIB/Home' -  url 'https://software.ecmwf.int/wiki/download/attachments/3473437/grib_api-1.9.18.tar.gz' -  sha1 '87616917a6978a56ae4fe173a3e6e3828b0ebfba' +  url 'https://software.ecmwf.int/wiki/download/attachments/3473437/grib_api-1.12.1.tar.gz' +  sha1 'b769ac5db70703f0d944d93aafbbeee7513958f1'    depends_on :fortran    depends_on 'jasper' => :recommended | 
