diff options
author | Oskari Rauta <oskari.rauta@gmail.com> | 2023-03-06 10:56:34 +0000 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-03-07 11:35:23 +0800 |
commit | 58fcaf8fc4d56c929a43be14fcd5c10d349502ec (patch) | |
tree | 58e73ef84dc35d3044f266e43189192fc82a1ca0 /net/netbird/Makefile | |
parent | 665ae34856a1c740e05f2706e02405aaeeb06d81 (diff) |
netbird: update to 0.14.2
Update from 0.12.0 -> 0.14.2
Release notes: https://github.com/netbirdio/netbird/releases
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Diffstat (limited to 'net/netbird/Makefile')
-rw-r--r-- | net/netbird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netbird/Makefile b/net/netbird/Makefile index 561557203..6f0a0d716 100644 --- a/net/netbird/Makefile +++ b/net/netbird/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netbird -PKG_VERSION:=0.12.0 +PKG_VERSION:=0.14.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/netbirdio/netbird/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=c88b65bb9358e5a6f9c34882e77a3414b02d4c5ac13b76fb2e60b952af6a18d7 +PKG_HASH:=8ffef4569572b9eb93891e881cb7b3b9ba98b5596f3ffda3b433b32e364adb56 PKG_MAINTAINER:=Oskari Rauta <oskari.rauta@gmail.com> PKG_LICENSE:=BSD-3-Clause |