1################################################################################ 2# 3# ripgrep 4# 5################################################################################ 6 7RIPGREP_VERSION = 14.1.0 8RIPGREP_SITE = $(call github,burntsushi,ripgrep,$(RIPGREP_VERSION)) 9RIPGREP_LICENSE = MIT 10RIPGREP_LICENSE_FILES = LICENSE-MIT 11RIPGREP_CPE_ID_VALID = YES 12 13# CVE only impacts ripgrep on Windows 14RIPGREP_IGNORE_CVES += CVE-2021-3013 15 16$(eval $(cargo-package)) 17