From 552320aea5f38216cb880620b3b566cf0997a51c Mon Sep 17 00:00:00 2001 From: bgme Date: Sat, 21 Jun 2025 11:51:43 +0000 Subject: [PATCH] Squashed 'einat-ebpf/' changes from 3ca81b6..ca51dcc ca51dcc 0.1.9-1 git-subtree-dir: einat-ebpf git-subtree-split: ca51dcc9696627ba94cdd87f202c9502bfc13f71 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4e12691..f4965d8 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=einat-ebpf -PKG_UPSTREAM_VERSION:=0.1.8 +PKG_UPSTREAM_VERSION:=0.1.9 PKG_UPSTREAM_GITHASH:= PKG_VERSION:=$(PKG_UPSTREAM_VERSION)$(if $(PKG_UPSTREAM_GITHASH),~$(call version_abbrev,$(PKG_UPSTREAM_GITHASH))) PKG_RELEASE:=1 @@ -15,7 +15,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR) ifeq ($(PKG_UPSTREAM_GITHASH),) PKG_SOURCE_URL:=https://codeload.github.com/EHfive/einat-ebpf/tar.gz/refs/tags/v$(PKG_UPSTREAM_VERSION)? -PKG_HASH:=3e47810e852dbad4cffeee1df8d3fea4018e4bda331ffc72f8e9a88f3c73d034 +PKG_HASH:=1f1544580b7e8725e3a5b382a7c46b3a50d15d4dbfcbf45aba72dd6d9cce873c PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz else