~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to lfs/speedtest-cli

  • Committer: Michael Tremer
  • Date: 2021-04-10 13:28:39 UTC
  • mfrom: (8759.1.261)
  • Revision ID: git-v1:b119887b50675121a30d889fdbfc6c342e068c5a
Merge remote-tracking branch 'origin/next'

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
include Config
26
26
 
27
 
VER        = 2.1.2
 
27
VER        = 2.1.3
28
28
 
29
29
THISAPP    = speedtest-cli-$(VER)
30
30
DL_FILE    = $(THISAPP).tar.gz
32
32
DIR_APP    = $(DIR_SRC)/$(THISAPP)
33
33
TARGET     = $(DIR_INFO)/$(THISAPP)
34
34
PROG       = speedtest-cli
35
 
PAK_VER    = 3
 
35
PAK_VER    = 4
36
36
 
37
37
DEPS       =
38
38
 
44
44
 
45
45
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
46
46
 
47
 
$(DL_FILE)_MD5 = a49ad088331810fc9442e8a5c59de713
 
47
$(DL_FILE)_MD5 = 08c431f2f398880745c4f0564962b9e2
48
48
 
49
49
install : $(TARGET)
50
50