summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-08-30 00:47:27 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-08-30 00:47:27 (GMT)
commit0e50d664f4efce912ee1a4ee62168c661d6f9199 (patch)
treee49bff5f1c9e6b14401f52738dda3b761bc7029a /src
parentb6f7888e76ecbbd81a8657e8a1ccc0710561be58 (diff)
downloadmxe-0e50d664f4efce912ee1a4ee62168c661d6f9199.zip
mxe-0e50d664f4efce912ee1a4ee62168c661d6f9199.tar.gz
mxe-0e50d664f4efce912ee1a4ee62168c661d6f9199.tar.bz2
pcl: Fix download
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/pcl.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pcl.mk b/src/pcl.mk
index e68b897..b5c807f 100644
--- a/src/pcl.mk
+++ b/src/pcl.mk
@@ -4,10 +4,10 @@
PKG := pcl
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.6.0
-$(PKG)_CHECKSUM := 45a2e155d7faf5901abe609fd40d5f1659015e9e
-$(PKG)_SUBDIR := PCL-$($(PKG)_VERSION)-Source
-$(PKG)_FILE := PCL-$($(PKG)_VERSION)-Source.tar.bz2
-$(PKG)_URL := http://www.pointclouds.org/assets/files/$($(PKG)_VERSION)/$($(PKG)_FILE)
+$(PKG)_CHECKSUM := 6e45e45dc711821236a79c6a777d045c0a2baf93
+$(PKG)_SUBDIR := pcl-pcl-$($(PKG)_VERSION)
+$(PKG)_FILE := pcl-$($(PKG)_VERSION).tar.gz
+$(PKG)_URL := https://github.com/PointCloudLibrary/pcl/archive/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libgomp boost eigen flann vtk
define $(PKG)_UPDATE