update makefile

This commit is contained in:
Prabhat Sharma
2024-01-18 13:58:29 -08:00
parent 3596a78058
commit 0172c319f2

View File

@@ -12,7 +12,7 @@ COMMIT ?= $(shell git rev-parse HEAD)
TAG ?= $(shell git describe --tags --abbrev=0 HEAD)
VERSION_PKG ?= $(shell echo $(VERSION) | sed 's/^v//g')
LICENSE := BSD-3-Clause
URL := https://github.com/netsampler/goflow2
URL := https://github.com/openobserve/goflow2
DESCRIPTION := GoFlow2: Open-Source and Scalable Network Sample Collector
DATE := $(shell date +%FT%T%z)
BUILDINFOS ?= ($(DATE)$(BUILDINFOSDET))