commit 35a34156bc0f38895f6fdb7acd07b4aeabcfa916 parent 7c1287ae0c5c4cc97c85d934db0ec8f7413461e9 Author: Robin Bron <robin.bron@yourhosting.nl> 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++