summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Martin <s.martin49@gmail.com>2016-10-15 12:04:20 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-10-15 12:19:17 +0200
commita23723d4c7014402c72efc36edee3913c937736b (patch)
treebfa40d3311a502ef4f82b25f7c2db4373dbdfa80
parent9d2f18de4e07a7266132fe077792784bd203718d (diff)
downloadbuildroot-a23723d4c7014402c72efc36edee3913c937736b.tar.gz
buildroot-a23723d4c7014402c72efc36edee3913c937736b.zip
package/urg: update homepage and source url
Fetch the source archive from fedora repository since this version of the source is not available on the project site since it moved to sourceforge. Also add the md5 checksum computed by feodra to the *.hash file. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/urg/Config.in2
-rw-r--r--package/urg/urg.hash2
-rw-r--r--package/urg/urg.mk2
3 files changed, 4 insertions, 2 deletions
diff --git a/package/urg/Config.in b/package/urg/Config.in
index 9d57645d62..c602624257 100644
--- a/package/urg/Config.in
+++ b/package/urg/Config.in
@@ -4,7 +4,7 @@ config BR2_PACKAGE_URG
help
Library to control Hokuyo's URG series sensors.
- http://www.hokuyo-aut.jp/02sensor/07scanner/download/urg_programs_en/
+ https://sourceforge.net/p/urgnetwork/wiki/Home/
comment "urg needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
diff --git a/package/urg/urg.hash b/package/urg/urg.hash
index 5764a14095..41749d7245 100644
--- a/package/urg/urg.hash
+++ b/package/urg/urg.hash
@@ -1,2 +1,4 @@
+# from http://pkgs.fedoraproject.org/repo/pkgs/urg/urg-0.8.18.zip/
+md5 93f90d2ccc36e784407c5282ef6bd2cb urg-0.8.18.zip
# Locally calculated
sha256 b2cab7e539c90c60fc99a2350a42b5d5390ff952b694b196c3cbb54623cfee7f urg-0.8.18.zip
diff --git a/package/urg/urg.mk b/package/urg/urg.mk
index 41ac4f41b1..5d49aeb41d 100644
--- a/package/urg/urg.mk
+++ b/package/urg/urg.mk
@@ -5,7 +5,7 @@
################################################################################
URG_VERSION = 0.8.18
-URG_SITE = http://www.hokuyo-aut.jp/02sensor/07scanner/download/urg_programs_en
+URG_SITE = http://pkgs.fedoraproject.org/repo/pkgs/urg/urg-0.8.18.zip/md5/93f90d2ccc36e784407c5282ef6bd2cb
URG_SOURCE = urg-$(URG_VERSION).zip
URG_LICENSE = LGPLv3
URG_LICENSE_FILES = COPYING
OpenPOWER on IntegriCloud