aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sparse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sparse/Makefile')
-rw-r--r--tools/sparse/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/tools/sparse/Makefile b/tools/sparse/Makefile
index 2e8ad7c45a..959016b132 100644
--- a/tools/sparse/Makefile
+++ b/tools/sparse/Makefile
@@ -6,11 +6,12 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=sparse
-PKG_SOURCE_PROTO:=git
-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_VERSION:=0.5.2
+PKG_HASH:=4632b7b74af72214247f982f976ba44206933bab3a2717e09df166fb5b8abe7a
+PKG_RELEASE:=1
+
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
+PKG_SOURCE_URL:=@KERNEL/software/devel/sparse/dist/
PKG_BUILD_PARALLEL:=1