parent
a637448440
commit
a56d91391d
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue