fluent-bit: build using git proto

This commit is contained in:
Vivek Kumar Dutta 2025-07-16 11:56:36 +05:30
parent af5bb94c8c
commit 8c9689caf7
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C

View file

@ -10,10 +10,11 @@ PKG_RELEASE:=$(AUTORELEASE)
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/fluent/fluent-bit.git
PKG_SOURCE_VERSION=v$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL_FILE:=v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/fluent/fluent-bit/archive/refs/tags/
PKG_HASH:=d97653210fce3aa61cf550ab403d56112de677cfb219818667ddb4452a1cf250
PKG_MIRROR_HASH:=skip
endif
PKG_LICENSE:=Apache-2.0