diff options
author | Oskari Rauta <oskari.rauta@gmail.com> | 2023-10-31 22:07:46 +0200 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-11-01 11:08:02 +0800 |
commit | 58d8f9272139f29ec63f8fdde74a835fe031dece (patch) | |
tree | acbd9f8eda07d7f922ea24b70347ef0892ebfe15 /net/speedtestcpp/Makefile | |
parent | c7ed124443a916f462ef9c0de64b06c3f119c8c5 (diff) |
speedtestcpp: update to 1.20.3
changes:
- fixes a bug where science notations (exponentials) are displayed during tests during high speed bursts
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Diffstat (limited to 'net/speedtestcpp/Makefile')
-rw-r--r-- | net/speedtestcpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/speedtestcpp/Makefile b/net/speedtestcpp/Makefile index 95e8dc382..bd39bfe1d 100644 --- a/net/speedtestcpp/Makefile +++ b/net/speedtestcpp/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=speedtestcpp -PKG_VERSION:=1.20.2 +PKG_VERSION:=1.20.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/oskarirauta/speedtestcpp/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=7d5c85f1d9a46f7d8a3ac4261ef1f92e53c511430bae096f7ec6f12a33d38904 +PKG_HASH:=8154e2161c56c0ac1275e57c34f448aaf98fb49937ff824ce975d95984395025 PKG_MAINTAINER:=Oskari Rauta <oskari.rauta@gmail.com> PKG_LICENSE:=MIT |