mirror of
https://github.com/openobserve/goflow2.git
synced 2025-10-23 07:11:57 +00:00
update makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -12,7 +12,7 @@ COMMIT ?= $(shell git rev-parse HEAD)
|
|||||||
TAG ?= $(shell git describe --tags --abbrev=0 HEAD)
|
TAG ?= $(shell git describe --tags --abbrev=0 HEAD)
|
||||||
VERSION_PKG ?= $(shell echo $(VERSION) | sed 's/^v//g')
|
VERSION_PKG ?= $(shell echo $(VERSION) | sed 's/^v//g')
|
||||||
LICENSE := BSD-3-Clause
|
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
|
DESCRIPTION := GoFlow2: Open-Source and Scalable Network Sample Collector
|
||||||
DATE := $(shell date +%FT%T%z)
|
DATE := $(shell date +%FT%T%z)
|
||||||
BUILDINFOS ?= ($(DATE)$(BUILDINFOSDET))
|
BUILDINFOS ?= ($(DATE)$(BUILDINFOSDET))
|
||||||
|
Reference in New Issue
Block a user