diff options
Diffstat (limited to 'Library/Formula/jsmin.rb')
| -rw-r--r-- | Library/Formula/jsmin.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/jsmin.rb b/Library/Formula/jsmin.rb index 72826859e..cbd72f365 100644 --- a/Library/Formula/jsmin.rb +++ b/Library/Formula/jsmin.rb @@ -2,9 +2,9 @@ require 'formula' class Jsmin < Formula homepage 'http://www.crockford.com/javascript/jsmin.html' - url 'https://github.com/douglascrockford/JSMin/tarball/8f62fe05856935ddcd49e364502ed98c4cf555b8' + url 'https://github.com/douglascrockford/JSMin/archive/8f62fe05856935ddcd49e364502ed98c4cf555b8.tar.gz' version '2008-08-03' - sha1 'b2a620042c97a8d9cc0be18b86ff9e62e8405806' + sha1 '7909b2574255ebd2df46f847e2ec9ef60a56933d' def install system 'cc jsmin.c -o jsmin' |
