diff options
Diffstat (limited to 'Library/Formula/clipper.rb')
| -rw-r--r-- | Library/Formula/clipper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/clipper.rb b/Library/Formula/clipper.rb index 92b71f518..94e3f6ccb 100644 --- a/Library/Formula/clipper.rb +++ b/Library/Formula/clipper.rb @@ -2,8 +2,8 @@ require 'formula' class Clipper < Formula homepage 'https://wincent.com/products/clipper' - url 'https://github.com/wincent/clipper/archive/0.2.zip' - sha1 'dbc037d4d60b73ff0f99959adb0c3a94a45761cd' + url 'https://github.com/wincent/clipper/archive/0.2.tar.gz' + sha1 'e4dd31b1f1398975edc46f9e9fe9035c46ec3318' depends_on 'go' => :build |
