From 8fce513d9ca2ee6c23d3b5a0c3b4db142e5138b5 Mon Sep 17 00:00:00 2001 From: AI-nsley69 <62105998+AI-nsley69@users.noreply.github.com> Date: Tue, 9 Nov 2021 09:22:31 +0100 Subject: [PATCH 1/2] Update tailscale to 1.16.2 --- srcpkgs/tailscale/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template index 89ea8c8134a3..3b7b74a317ed 100644 --- a/srcpkgs/tailscale/template +++ b/srcpkgs/tailscale/template @@ -1,6 +1,6 @@ # Template file for 'tailscale' pkgname=tailscale -version=1.16.0 +version=1.16.2 revision=1 build_style=go go_import_path="tailscale.com" @@ -14,10 +14,10 @@ maintainer="Noel Cower " license="BSD-3-Clause" homepage="https://tailscale.com" distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz" -checksum=dae0eaa5aef8cb9d3cdd83cb07039b57b202c44e4f581e26cfee98707c251c78 +checksum=fe6ef40d668cdd559fabc21eca754985999661f32d6962a19d219896cf05626e post_install() { - vlicense LICENSE - vlicense PATENTS - vsv tailscaled + vlicense LICENSE + vlicense PATENTS + vsv tailscaled } From e6da3db99b4544fd70a2c58b5212a4ea4fbffac9 Mon Sep 17 00:00:00 2001 From: AI-nsley69 <62105998+AI-nsley69@users.noreply.github.com> Date: Tue, 9 Nov 2021 09:40:53 +0100 Subject: [PATCH 2/2] Fix indent --- srcpkgs/tailscale/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template index 3b7b74a317ed..fe0f2c701035 100644 --- a/srcpkgs/tailscale/template +++ b/srcpkgs/tailscale/template @@ -17,7 +17,7 @@ distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz" checksum=fe6ef40d668cdd559fabc21eca754985999661f32d6962a19d219896cf05626e post_install() { - vlicense LICENSE - vlicense PATENTS - vsv tailscaled + vlicense LICENSE + vlicense PATENTS + vsv tailscaled }