diff options
Diffstat (limited to 'Library/Formula/blueutil.rb')
| -rw-r--r-- | Library/Formula/blueutil.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/blueutil.rb b/Library/Formula/blueutil.rb index aa79add57..6f4027d03 100644 --- a/Library/Formula/blueutil.rb +++ b/Library/Formula/blueutil.rb @@ -2,8 +2,8 @@ require 'formula' class Blueutil < Formula homepage 'https://github.com/toy/blueutil' - url 'https://github.com/toy/blueutil/tarball/v1.0.0' - sha1 '64df692f32e920590746ca9d7dc0ea19c3b5c909' + url 'https://github.com/toy/blueutil/archive/v1.0.0.tar.gz' + sha1 'b1cce64f7fa87eb0cfa32ef8e1dfc1aa06dbbd98' head 'https://github.com/toy/blueutil.git' |
