diff options
Diffstat (limited to 'Library/Formula/jsawk.rb')
| -rw-r--r-- | Library/Formula/jsawk.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/jsawk.rb b/Library/Formula/jsawk.rb index 7720f982c..796a7f062 100644 --- a/Library/Formula/jsawk.rb +++ b/Library/Formula/jsawk.rb @@ -3,7 +3,7 @@ require 'formula'  class Jsawk < Formula    homepage 'https://github.com/micha/jsawk'    url 'https://github.com/micha/jsawk/zipball/1.2' -  md5 'cf2c500c5bc5e546296e99f75f1c4fe6' +  sha1 '45f1cd62e146240d9ec8a595425a6d9368f369d6'    head 'https://github.com/micha/jsawk.git'    depends_on 'spidermonkey' | 
