jsmin 2013-02-25

Closes Homebrew/homebrew#18787.
This commit is contained in:
Adam Vandenberg 2013-03-29 06:42:14 -07:00
parent a637448440
commit a56d91391d

View file

@ -2,9 +2,9 @@ require 'formula'
class Jsmin < Formula
homepage 'http://www.crockford.com/javascript/jsmin.html'
url 'https://github.com/douglascrockford/JSMin/archive/8f62fe05856935ddcd49e364502ed98c4cf555b8.tar.gz'
version '2008-08-03'
sha1 '7909b2574255ebd2df46f847e2ec9ef60a56933d'
url 'https://github.com/douglascrockford/JSMin/archive/67754f619d0562f583dc5e869d2c05c0af21aca9.tar.gz'
version '2013-02-25'
sha1 '71633539862e0ab68ed74a92127304794ec8bfa9'
def install
system 'cc jsmin.c -o jsmin'