diff options
Diffstat (limited to 'Library/Formula/gptsync.rb')
| -rw-r--r-- | Library/Formula/gptsync.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/gptsync.rb b/Library/Formula/gptsync.rb index d8aebf2e1..160f3a524 100644 --- a/Library/Formula/gptsync.rb +++ b/Library/Formula/gptsync.rb @@ -3,7 +3,7 @@ require 'formula'  class Gptsync < Formula    homepage 'http://refit.sourceforge.net/'    url 'http://downloads.sourceforge.net/refit/refit-src-0.14.tar.gz' -  md5 '16f02fa5b5decdee17eebd5cd863b3f0' +  sha1 'ea80a6517c1b0ce5c92c8a605a40309e2e5a9cc2'    def install      cd "gptsync" do | 
