From ff849c1b4b09df826be0a172d30899f76e5b6f38 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 21 Aug 2019 07:25:28 +0200 Subject: [PATCH] Update speedtestc --- speedtestc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/speedtestc/Makefile b/speedtestc/Makefile index 0c95eef8c..53687bc97 100644 --- a/speedtestc/Makefile +++ b/speedtestc/Makefile @@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=speedtestc PKG_RELEASE:=2 -#PKG_SOURCE_URL:=https://github.com/mobrembski/SpeedTestC.git -PKG_SOURCE_URL:=https://github.com/egliu/SpeedTestC.git +PKG_SOURCE_URL:=https://github.com/mobrembski/SpeedTestC.git +#PKG_SOURCE_URL:=https://github.com/egliu/SpeedTestC.git PKG_SOURCE_PROTO:=git -#PKG_SOURCE_VERSION:=56482555e34f7f4002b116efd63cfa68634d389f -PKG_SOURCE_VERSION:=f7623914afabda582f146caab1081e601a34e882 +PKG_SOURCE_VERSION:=e7c6a35f0ac83fa7afec24ad52c8281abd3533ad +#PKG_SOURCE_VERSION:=f7623914afabda582f146caab1081e601a34e882 PKG_MAINTAINER:=Ycarus (Yannick Chabanois) PKG_LICENSE:=GPL-2.0