diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/atf.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/atf.rb b/Library/Formula/atf.rb index a25ef9a71..23cd9c086 100644 --- a/Library/Formula/atf.rb +++ b/Library/Formula/atf.rb @@ -2,8 +2,8 @@ require 'formula' class Atf < Formula homepage 'https://github.com/jmmv/atf' - url 'https://github.com/jmmv/atf/releases/download/atf-0.20/atf-0.20.tar.gz' - sha1 '398baa9733f9136bb78c27d10a8fffd7810e678a' + url 'https://github.com/jmmv/atf/releases/download/atf-0.21/atf-0.21.tar.gz' + sha1 '7cc9d3703f7c0e00bb8ec801f7ac65ac9dc898d7' def install system "./configure", "--disable-dependency-tracking", |
