summaryrefslogtreecommitdiff
path: root/package/can-utils
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2015-03-04 20:51:34 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-04 21:28:14 +0100
commit70d354e1ac408b1531b6696608d963c7be9722df (patch)
tree90a9db651baf5bf7db490cd0aceb499cb519fe8d /package/can-utils
parent4e92ffdc47cc4c857c5d635b4583a61bc4b3cb08 (diff)
can-utils: bump version
Change download location as the package has moved to GitHub. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/can-utils')
-rw-r--r--package/can-utils/can-utils.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/can-utils/can-utils.mk b/package/can-utils/can-utils.mk
index 44713cf4c..c50c72133 100644
--- a/package/can-utils/can-utils.mk
+++ b/package/can-utils/can-utils.mk
@@ -4,8 +4,8 @@
#
################################################################################
-CAN_UTILS_VERSION = 111f8d3acf6f6b30bf208fd9c98399c5fb9d29de
-CAN_UTILS_SITE = git://gitorious.org/linux-can/can-utils.git
+CAN_UTILS_VERSION = 002f8eba8703e88cdc6e97f6447a4ce346b739da
+CAN_UTILS_SITE = $(call github,linux-can,can-utils,$(CAN_UTILS_VERSION))
CAN_UTILS_AUTORECONF = YES
$(eval $(autotools-package))