diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-19 19:13:54 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-19 23:10:29 +0200 |
commit | ed9c0c5578da367eb14278eff11c10b43e48bf40 (patch) | |
tree | 574faf4feb2c2c75b5d4a1a2d49e4a26acb72e37 | |
parent | 9a74225a423a0928fc9b9295572b1e7bc357bf1b (diff) | |
download | buildroot-ed9c0c5578da367eb14278eff11c10b43e48bf40.tar.gz buildroot-ed9c0c5578da367eb14278eff11c10b43e48bf40.zip |
package/memstat: bump version to 1.0, add hash
Change upstream URL to sourceforge and add it to Config.in
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/memstat/Config.in | 2 | ||||
-rw-r--r-- | package/memstat/memstat.hash | 2 | ||||
-rw-r--r-- | package/memstat/memstat.mk | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/package/memstat/Config.in b/package/memstat/Config.in index ca34ea37be..b790612472 100644 --- a/package/memstat/Config.in +++ b/package/memstat/Config.in @@ -5,3 +5,5 @@ config BR2_PACKAGE_MEMSTAT libraries that are using up virtual memory. It's helpful to see how the shared memory is used and which 'old' libs are loaded. + + http://sourceforge.net/projects/memstattool diff --git a/package/memstat/memstat.hash b/package/memstat/memstat.hash new file mode 100644 index 0000000000..f27e7d25f3 --- /dev/null +++ b/package/memstat/memstat.hash @@ -0,0 +1,2 @@ +# From http://sourceforge.net/projects/memstattool/files/ +sha1 26071dbc30a2796c0503c7d8060a548ca36f8df9 memstat_1.0.tar.gz diff --git a/package/memstat/memstat.mk b/package/memstat/memstat.mk index 074e9853cb..7ee4d6081d 100644 --- a/package/memstat/memstat.mk +++ b/package/memstat/memstat.mk @@ -4,8 +4,8 @@ # ################################################################################ -MEMSTAT_VERSION = 0.8 -MEMSTAT_SITE = http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/m/memstat +MEMSTAT_VERSION = 1.0 +MEMSTAT_SITE = http://downloads.sourceforge.net/project/memstattool MEMSTAT_SOURCE = memstat_$(MEMSTAT_VERSION).tar.gz MEMSTAT_LICENSE = GPL MEMSTAT_LICENSE_FILES = debian/copyright |