aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorNathan Friedly <nathan@nfriedly.com>2024-04-25 13:19:33 -0400
committerTianling Shen <cnsztl@gmail.com>2024-04-27 13:17:23 +0800
commit06ea66c55866aa409ab567a593a22bd24e727f04 (patch)
treea2cd536ed0fcc8ef4f4ad822edb5e34ed544534f /net
parent4628b6bd43ac1c212363535fe4d32739c5f7e622 (diff)
librespeed-go: improve the description
This swaps the order of the lines in the description so that when LuCI displays only the first line, it still offers some helpful information. Signed-off-by: Nathan Friedly <nathan@nfriedly.com>
Diffstat (limited to 'net')
-rw-r--r--net/librespeed-go/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/librespeed-go/Makefile b/net/librespeed-go/Makefile
index 984370e64..0b5f4e279 100644
--- a/net/librespeed-go/Makefile
+++ b/net/librespeed-go/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=librespeed-go
PKG_VERSION:=1.1.5
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/librespeed/speedtest-go/tar.gz/v$(PKG_VERSION)?
@@ -39,10 +39,10 @@ define Package/librespeed-go
endef
define Package/librespeed-go/description
- No Flash, No Java, No WebSocket, No Bullshit.
-
This is a very lightweight speed test implemented in JavaScript,
using XMLHttpRequest and Web Workers.
+
+ No Flash, No Java, No WebSocket, No Bullshit.
endef
define Package/librespeed-go/conffiles