diff options
| -rw-r--r-- | Library/Formula/jsawk.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/jsawk.rb b/Library/Formula/jsawk.rb index 0d90a71f7..7720f982c 100644 --- a/Library/Formula/jsawk.rb +++ b/Library/Formula/jsawk.rb @@ -1,8 +1,10 @@ require 'formula' class Jsawk < Formula - head 'https://github.com/micha/jsawk.git' homepage 'https://github.com/micha/jsawk' + url 'https://github.com/micha/jsawk/zipball/1.2' + md5 'cf2c500c5bc5e546296e99f75f1c4fe6' + head 'https://github.com/micha/jsawk.git' depends_on 'spidermonkey' |
