summaryrefslogtreecommitdiffstats
path: root/package/jsmin
diff options
context:
space:
mode:
authorSpenser Gilliland <spenser@gillilanding.com>2013-06-06 06:47:16 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-06 22:59:29 +0200
commitf0f124f36a8616a1e0895b2eb9411a8459daa3c9 (patch)
treed838174ffb40e2ded25e4e7098524ea351f91468 /package/jsmin
parent8dfd59d1144b3a1a230da7a81743f145363e0708 (diff)
downloadbuildroot-novena-f0f124f36a8616a1e0895b2eb9411a8459daa3c9.tar.gz
buildroot-novena-f0f124f36a8616a1e0895b2eb9411a8459daa3c9.zip
jsmin: fix github tarball to use commit id
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/jsmin')
-rw-r--r--package/jsmin/jsmin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/jsmin/jsmin.mk b/package/jsmin/jsmin.mk
index 0e82008b6..bb65c6c6a 100644
--- a/package/jsmin/jsmin.mk
+++ b/package/jsmin/jsmin.mk
@@ -1,5 +1,5 @@
JSMIN_VERSION = a9b4755
-JSMIN_SITE = http://github.com/douglascrockford/JSMin/tarball/master
+JSMIN_SITE = http://github.com/douglascrockford/JSMin/tarball/$(JSMIN_VERSION)
define JSMIN_BUILD_CMDS
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) jsmin