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>
This commit is contained in:
parent
4628b6bd43
commit
06ea66c558
|
@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=librespeed-go
|
PKG_NAME:=librespeed-go
|
||||||
PKG_VERSION:=1.1.5
|
PKG_VERSION:=1.1.5
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/librespeed/speedtest-go/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/librespeed/speedtest-go/tar.gz/v$(PKG_VERSION)?
|
||||||
|
@ -39,10 +39,10 @@ define Package/librespeed-go
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/librespeed-go/description
|
define Package/librespeed-go/description
|
||||||
No Flash, No Java, No WebSocket, No Bullshit.
|
|
||||||
|
|
||||||
This is a very lightweight speed test implemented in JavaScript,
|
This is a very lightweight speed test implemented in JavaScript,
|
||||||
using XMLHttpRequest and Web Workers.
|
using XMLHttpRequest and Web Workers.
|
||||||
|
|
||||||
|
No Flash, No Java, No WebSocket, No Bullshit.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/librespeed-go/conffiles
|
define Package/librespeed-go/conffiles
|
||||||
|
|
Loading…
Reference in New Issue