mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
speedtest-cli: Fix for bug #12602 - CORE 155 error with speedtest-cli
- Update from 2.1.2 to 2.1.3 - fix for bug #12602 Updated addon installed and fix confirmed - Update rootfile - Changelog Address issue where a test server may return an HTTP error during upload or download Address issue where ignore_ids may be empty or have empty values Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
00c5561eb9
commit
c49bf5412b
@@ -1,9 +1,9 @@
|
||||
usr/bin/speedtest
|
||||
usr/bin/speedtest-cli
|
||||
usr/lib/python3.8/site-packages/speedtest.py
|
||||
usr/lib/python3.8/site-packages/speedtest_cli-2.1.2-py3.8.egg-info
|
||||
usr/lib/python3.8/site-packages/speedtest_cli-2.1.2-py3.8.egg-info/PKG-INFO
|
||||
usr/lib/python3.8/site-packages/speedtest_cli-2.1.2-py3.8.egg-info/SOURCES.txt
|
||||
usr/lib/python3.8/site-packages/speedtest_cli-2.1.2-py3.8.egg-info/dependency_links.txt
|
||||
usr/lib/python3.8/site-packages/speedtest_cli-2.1.2-py3.8.egg-info/entry_points.txt
|
||||
usr/lib/python3.8/site-packages/speedtest_cli-2.1.2-py3.8.egg-info/top_level.txt
|
||||
usr/lib/python3.8/site-packages/speedtest_cli-2.1.3-py3.8.egg-info
|
||||
usr/lib/python3.8/site-packages/speedtest_cli-2.1.3-py3.8.egg-info/PKG-INFO
|
||||
usr/lib/python3.8/site-packages/speedtest_cli-2.1.3-py3.8.egg-info/SOURCES.txt
|
||||
usr/lib/python3.8/site-packages/speedtest_cli-2.1.3-py3.8.egg-info/dependency_links.txt
|
||||
usr/lib/python3.8/site-packages/speedtest_cli-2.1.3-py3.8.egg-info/entry_points.txt
|
||||
usr/lib/python3.8/site-packages/speedtest_cli-2.1.3-py3.8.egg-info/top_level.txt
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 2.1.2
|
||||
VER = 2.1.3
|
||||
|
||||
THISAPP = speedtest-cli-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = speedtest-cli
|
||||
PAK_VER = 3
|
||||
PAK_VER = 4
|
||||
|
||||
DEPS =
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = a49ad088331810fc9442e8a5c59de713
|
||||
$(DL_FILE)_MD5 = 08c431f2f398880745c4f0564962b9e2
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user