diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6c82a0..ce0c7db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: release: "15.0" prepare: | - pkg install -y git go124 ca_root_nss + pkg install -y git go125 ca_root_nss git clone --depth 1 --single-branch -b devel --filter=blob:none --sparse https://github.com/pfsense/FreeBSD-ports.git /usr/ports cd /usr/ports git sparse-checkout set Mk Templates Keywords diff --git a/netbird/Makefile b/netbird/Makefile index 9b2ae07..38c88b6 100644 --- a/netbird/Makefile +++ b/netbird/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbird DISTVERSIONPREFIX= v -DISTVERSION= 0.67.1 +DISTVERSION= 0.67.3 CATEGORIES= security net net-vpn MAINTAINER= hakan.external@netbird.io