diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-05-10 11:34:10 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-05-29 10:00:43 +0200 |
commit | 9235a29e1a9764361940d4b38f4fce0358d8d9ee (patch) | |
tree | bcfa9588c59fa14399999ac9a935d70db7da6ae0 /tools/sparse | |
parent | 2cf4e3c420ef452e6a687615ab865eae200ed89a (diff) | |
download | upstream-9235a29e1a9764361940d4b38f4fce0358d8d9ee.tar.gz upstream-9235a29e1a9764361940d4b38f4fce0358d8d9ee.tar.bz2 upstream-9235a29e1a9764361940d4b38f4fce0358d8d9ee.zip |
tools/sparse: Update to snapshot 2017-03-31
Update sparse to snapshot 2017-03-31
Switch to HTTPS
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/sparse')
-rw-r--r-- | tools/sparse/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/sparse/Makefile b/tools/sparse/Makefile index cc75fdb7c7..2e8ad7c45a 100644 --- a/tools/sparse/Makefile +++ b/tools/sparse/Makefile @@ -7,10 +7,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sparse PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=git://git.kernel.org/pub/scm/devel/sparse/sparse.git -PKG_SOURCE_DATE:=2015-01-24 -PKG_SOURCE_VERSION:=40791b94c56b1a6da2a0ddeb1f9d5c9d64de8f93 -PKG_MIRROR_HASH:=ec232e48073488e5f7fc2168792932006cfc65240c266c9d395698d6ff15ba81 +PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/devel/sparse/sparse.git +PKG_SOURCE_DATE:=2017-03-31 +PKG_SOURCE_VERSION:=14964df5373292af78b29529d4fc7e1a26b67a97 +PKG_MIRROR_HASH:=90110e8a4d7db099ea79dd3b99a12135e24580d81b8662bd9a86e9f81bce9df7 PKG_BUILD_PARALLEL:=1 |