Skip to content

Commit

Permalink
Package 0.6.2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Nov 25, 2024
1 parent 88202e5 commit 8e71f2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ on:
jobs:
build-openwrt:
name: Build ${{ matrix.revision }} packages for ${{ matrix.arch }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
arch:
- x86_64
Expand Down
11 changes: 5 additions & 6 deletions net/mimic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/version.mk

PKG_NAME := mimic
PKG_VERSION := 0.5.0-26-g2461506
PKG_VERSION := 0.6.2
PKG_RELEASE := 1
commit := 24615062d166b0abc7ffffa2a0ac8ea298e15f3f

PKG_BUILD_DIR := $(BUILD_DIR)/mimic-$(commit)
PKG_SOURCE := $(commit).tar.gz
PKG_SOURCE_URL := https://github.com/hack3ric/mimic/archive
PKG_HASH := bfa95e729d86380f40734e2876bba4785897c5d8c7f85c1e3ce60771925ec889
PKG_BUILD_DIR := $(BUILD_DIR)/mimic-$(PKG_VERSION)
PKG_SOURCE := v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL := https://github.com/hack3ric/mimic/archive/refs/tags
PKG_HASH := f35be3289776c2b557b0f7782a19c9adafbc2b47c306fafe9b3d44c949f5a216

PKG_BUILD_DEPENDS := argp-standalone bpf-headers bpftool/host

Expand Down

0 comments on commit 8e71f2e

Please sign in to comment.