summaryrefslogtreecommitdiffstats
path: root/packaging/makeself
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2019-03-27 13:47:25 +0200
committerGitHub <noreply@github.com>2019-03-27 13:47:25 +0200
commit786ccc7275b7050f11551c5f288bf83f9f8a58fd (patch)
tree52e054c31ce80356b8f2781cfb86323638ebea26 /packaging/makeself
parentb3f690e7c9a759ef3a267766f228c0bcbfc02f4a (diff)
Update fping version (#5719)
Diffstat (limited to 'packaging/makeself')
-rwxr-xr-xpackaging/makeself/jobs/50-fping-4.2.install.sh (renamed from packaging/makeself/jobs/50-fping-4.0.install.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/makeself/jobs/50-fping-4.0.install.sh b/packaging/makeself/jobs/50-fping-4.2.install.sh
index 7928f1aa41..b1acfa2e45 100755
--- a/packaging/makeself/jobs/50-fping-4.0.install.sh
+++ b/packaging/makeself/jobs/50-fping-4.2.install.sh
@@ -3,7 +3,7 @@
. $(dirname "${0}")/../functions.sh "${@}" || exit 1
-fetch "fping-4.0" "https://github.com/schweikert/fping/releases/download/v4.0/fping-4.0.tar.gz"
+fetch "fping-4.2" "https://github.com/schweikert/fping/releases/download/v4.2/fping-4.2.tar.gz"
export CFLAGS="-static"