]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/ftop: Fix broken download URL
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 28 May 2017 14:31:35 +0000 (16:31 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 29 May 2017 19:58:37 +0000 (21:58 +0200)
Also use bz2 tarball and provide md5 & sha256 hashes.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ftop/Config.in
package/ftop/ftop.hash
package/ftop/ftop.mk

index 1f5ebbbbfa62a51193e0118f6638d2634f5aa72f..aefe4f5151412b03a6206df954d920c8f8b4e038 100644 (file)
@@ -5,4 +5,4 @@ config BR2_PACKAGE_FTOP
          Ftop is to files what top is to processes.
          The progress of all open files and file systems can be monitored.
 
-         https://code.google.com/p/ftop/
+         https://sourceforge.net/projects/ftop/
index 06f2fb1f407fc25bf5f1ef8436eb4505f39c3e68..ca8dc827ef45000c100bc2694f6c1cdb3caa2c6a 100644 (file)
@@ -1,2 +1,5 @@
-# From https://code.google.com/p/ftop/downloads/detail?name=ftop-1.0.tar.gz&can=2&q=
-sha1   a0523862dd63ed3bec14846b6e05afcfdebb15c2        ftop-1.0.tar.gz
+# From https://sourceforge.net/projects/ftop/files/ftop/1.0/
+md5 57c68b6e7431f4219d9eddaebcb395da ftop-1.0.tar.bz2
+sha1 d3ef1b74825f50c7c442d299b29d23c2478f199b ftop-1.0.tar.bz2
+# Locally computed
+sha256 3a705f4f291384344cd32c3dd5f5f6a7cd7cea7624c83cb7e923966dbcd47f82  ftop-1.0.tar.bz2
index d10e9cd0cdbe03fa94b4925621f41efb4ecadcd3..5498fb524ab7a61c0f6b4ee26594408d50440c1b 100644 (file)
@@ -5,7 +5,8 @@
 ################################################################################
 
 FTOP_VERSION = 1.0
-FTOP_SITE = http://ftop.googlecode.com/files
+FTOP_SOURCE = ftop-$(FTOP_VERSION).tar.bz2
+FTOP_SITE = https://sourceforge.net/projects/ftop/files/ftop/$(FTOP_VERSION)
 FTOP_DEPENDENCIES = ncurses
 FTOP_LICENSE = GPL-3.0+
 FTOP_LICENSE_FILES = COPYING