Skip to content
Snippets Groups Projects
Commit 2fe7d8ef authored by Sean's avatar Sean Committed by Andy Postnikov
Browse files

testing/speedtest-go: update to 1.1.4

parent cb93e804
No related branches found
No related tags found
1 merge request!25503testing/speedtest-go: update to 1.1.4
Pipeline #93924 canceled
# Contributor: Sean McAvoy <seanmcavoy@gmail.com>
# Maintainer: Sean McAvoy <seanmcavoy@gmail.com>
pkgname=speedtest-go
pkgver=1.1.3
pkgrel=2
pkgver=1.1.4
pkgrel=0
pkgdesc="web page based speed test, written in go"
url="https://librespeed.org"
arch="all"
......@@ -22,10 +22,12 @@ package() {
install -Dm755 "$srcdir"/speedtest-go.initd "$pkgdir"/etc/init.d/speedtest-go
install -Dm644 settings.toml "$pkgdir"/etc/speedtest-go/settings.toml
install -Dm755 speedtest "$pkgdir"/usr/bin/speedtest
install -Dm644 -t "$pkgdir"/usr/share/$pkgname/assets assets/*
install -Dm644 -t "$pkgdir"/usr/share/$pkgname/assets web/assets/*
install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname/ ./*.md
}
sha512sums="f67e2b331dfa82c3cccb226a9e3db272a06b2aa7a9d748bf15efa7ade1af7f3ad19b5704de41377dd7153a11cbb1ef75de27bb200d466d21a07555199844aa9d speedtest-go-1.1.3.tar.gz
sha512sums="
e02f75bddcffe68c3f131b0dcc75a65912b8538fdb4438f53ff12425f2b7cacfcbffd10c26f71a73a0a5cd6d4e49922d3a847c8861d3ee8e2a1ad77c9f78ee0f speedtest-go-1.1.4.tar.gz
197efb6f98bed3a09c1c71e520265b48671c8e4dddabf3f9d7f16e8384e1ef84b800a115d5c656fb47e48d07a92cfe387f2dba5b9801fa03e720f762c6394ff7 speedtest-go.initd
f63b3a0a0073693d39a49a406602a88c1127bebe41a6668607ea8fa8adbca51eaeb8e6825fc4ae663516737aaae38d8e95a523914d580713f5da44fc5d2f8be5 settings-change.patch"
e7b0776bd9f4b10b763c4be7a51f388b1a213be979e98438c97e7da216d894044cf207c09e949b14b234cbae97e0f41474a885d5f5fa41e60add06912093ccc6 settings-change.patch
"
diff --git a/settings.toml b/settings.toml
index 8e04b4a2c6..4cfaaf69ae 100644
index 23c1f019ec..79a1b8e49d 100644
--- a/settings.toml
+++ b/settings.toml
@@ -11,7 +11,7 @@ server_lng=0
@@ -11,7 +11,7 @@ server_lng=1
ipinfo_api_key=""
# assets directory path, defaults to `assets` in the same directory
-assets_path="./assets"
-assets_path=""
+assets_path="/usr/share/speedtest-go/assets"
# password for logging into statistics page
statistics_password="PASSWORD"
@@ -19,11 +19,11 @@ statistics_password="PASSWORD"
redact_ip_addresses=false
@@ -20,11 +20,11 @@ redact_ip_addresses=false
# database type for statistics data, currently supports: bolt, mysql, postgresql
# database type for statistics data, currently supports: none, memory, bolt, mysql, postgresql
# if none is specified, no telemetry/stats will be recorded, and no result PNG will be generated
-database_type="bolt"
+database_type=""
database_hostname=""
......@@ -25,3 +25,4 @@ index 8e04b4a2c6..4cfaaf69ae 100644
# if you use `bolt` as database, set database_file to database file location
-database_file="speedtest.db"
+database_file=""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment