github packages: use tarball download via github helper iso git clone
Tarball download from github is preferred, because: - download size is smaller - git clone may be blocked in some corporate environments Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
220490ceae
commit
ce6b23a2ee
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
JSON_JAVASCRIPT_VERSION = 42c18c621a411c3f39a81bb0a387fc50dcd738d9
|
||||
JSON_JAVASCRIPT_SITE = git://github.com/douglascrockford/JSON-js.git
|
||||
JSON_JAVASCRIPT_SITE = $(call github,douglascrockford,JSON-js,$(JSON_JAVASCRIPT_VERSION))
|
||||
JSON_JAVASCRIPT_LICENSE = Public Domain
|
||||
JSON_JAVASCRIPT_LICENSE_FILES = json2.js
|
||||
|
||||
|
||||
Reference in New Issue
Block a user