package/ngrep: relace '_' by '.' in version
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 27 Oct 2019 19:32:24 +0000 (20:32 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 27 Oct 2019 20:35:06 +0000 (21:35 +0100)
In order for the ngrep version to match what is given by
release-monitoring.org, replace '_' by '.' in NGREP_VERSION

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ngrep/ngrep.hash
package/ngrep/ngrep.mk

index bf9e621a89e50233e47d187f6ec87f2c200276a9..7dd13b3b67557ef1635b0b13703a7a80a9e0712a 100644 (file)
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  dc4dbe20991cc36bac5e97e99475e2a1522fd88c59ee2e08f813432c04c5fff3  ngrep-1_47.tar.gz
+sha256  dc4dbe20991cc36bac5e97e99475e2a1522fd88c59ee2e08f813432c04c5fff3  ngrep-1.47.tar.gz
 sha256  d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e  LICENSE
index d17792cda008362f35e86a183eaec968b12b4415..c4750f750413faad7b82da9d67c00d7c97e55212 100644 (file)
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-NGREP_VERSION = 1_47
-NGREP_SITE = $(call github,jpr5,ngrep,V$(NGREP_VERSION))
+NGREP_VERSION = 1.47
+NGREP_SITE = $(call github,jpr5,ngrep,$(subst .,_,V$(NGREP_VERSION)))
 NGREP_LICENSE = BSD-4-Clause-like, BSD-3-Clause (tcpkill)
 NGREP_LICENSE_FILES = LICENSE
 NGREP_INSTALL_STAGING = YES