diff options
| author | Adam Vandenberg | 2013-11-27 20:20:55 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-27 20:20:55 -0800 |
| commit | f74d6141767acbf0a7002bacdc464750b0f02cc6 (patch) | |
| tree | 7c3d5a4bfb42bbb09dc19de3abbdd159f11ee5c2 | |
| parent | c55195993bf4636ee183d1d1f417ea425b5dcd0f (diff) | |
| download | homebrew-f74d6141767acbf0a7002bacdc464750b0f02cc6.tar.bz2 | |
voms 2.0.11
| -rw-r--r-- | Library/Formula/voms.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/voms.rb b/Library/Formula/voms.rb index 0e160015e..3dee2ab5d 100644 --- a/Library/Formula/voms.rb +++ b/Library/Formula/voms.rb @@ -2,8 +2,8 @@ require 'formula' class Voms < Formula homepage 'https://github.com/italiangrid/voms' - url 'https://github.com/italiangrid/voms/archive/2_0_8.tar.gz' - sha1 'f8c442318636a29da9e2cf8933fa46249b337a05' + url 'https://github.com/italiangrid/voms/archive/2_0_11.tar.gz' + sha1 'dabc2ebe01d01052f5b3849cb04f4947a38d99dd' depends_on :autoconf depends_on :automake |
