From 7fad7a38eb695585cc2f65b8a75892d4b68967f2 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Fri, 9 Feb 2024 16:20:17 +0100 Subject: [PATCH] Update tailscale version --- .github/workflows/build.yml | 2 +- rpm/harbour-tailscale.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed1a13c..389dafa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: env: RELEASE: 4.5.0.16 - TAILSCALE_VERSION: 1.56.1 + TAILSCALE_VERSION: 1.58.2 jobs: build: diff --git a/rpm/harbour-tailscale.spec b/rpm/harbour-tailscale.spec index c642e53..262b4ad 100644 --- a/rpm/harbour-tailscale.spec +++ b/rpm/harbour-tailscale.spec @@ -2,7 +2,7 @@ Name: harbour-tailscale # >> macros %global _missing_build_ids_terminate_build 0 -%define tailscale_version 1.56.1 +%define tailscale_version 1.58.2 # << macros %{!?qtc_qmake:%define qtc_qmake %qmake}