commit 189dc287e906b8d049b6b1f9cba6a4fdf99f485c parent 16983b12cc998d3c2d9b71045b60c704cb303d70 Author: finwo <finwo@pm.me> Date: Sun, 15 Mar 2026 16:02:36 +0100 v1.3.13 Diffstat:
| M | .github/workflows/build.yml | | | 8 | ++++---- |
| M | Makefile | | | 2 | +- |
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -52,10 +52,10 @@ jobs: # bin: udphole-windows-amd64.exe # cross: false - - name: darwin-arm64 - runs-on: macos-latest - bin: udphole-darwin-arm64 - cross: false + # - name: darwin-arm64 + # runs-on: macos-latest + # bin: udphole-darwin-arm64 + # cross: false steps: - uses: actions/checkout@v4 diff --git a/Makefile b/Makefile @@ -7,7 +7,7 @@ SRC:= # UNAME_SYSTEM=$(call lc,$(shell uname -s)) BIN?=udphole -VERSION?=1.3.12 +VERSION?=1.3.13 CC:=gcc CPP:=g++