diff options
| -rw-r--r-- | Library/Formula/gti.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gti.rb b/Library/Formula/gti.rb index e762c5d6a..3348eea63 100644 --- a/Library/Formula/gti.rb +++ b/Library/Formula/gti.rb @@ -2,8 +2,8 @@ require 'formula' class Gti < Formula homepage 'http://r-wos.org/hacks/gti' - url 'https://github.com/rwos/gti/archive/v1.0.4.tar.gz' - sha1 '32005ae8bc8d10143b9078256463bc3aa9fa3a95' + url 'https://github.com/rwos/gti/archive/v1.1.1.tar.gz' + sha1 '93071cdeb6afc2d38c640ae60d95421207bc6368' head 'https://github.com/rwos/gti.git' |
