makedeb


tailscale-bin 1.36.2-1


A mesh VPN that makes it easy to connect your devices, wherever they are.

Click here to go back to the commit logs for tailscale-bin.

Commit:


Hash: e2e4f933eb40a991b4a59c12c312d1bcd8b574a9

Message: Upgraded to 1.30.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 53079d6..8aaff1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = tailscale-bin
 pkgbase = tailscale-bin
 pkgdesc = A mesh VPN that makes it easy to connect your devices, wherever they are.
 pkgrel = 1
-pkgver = 1.30.0
+pkgver = 1.30.1
 url = https://tailscale.com/
 arch = x86_64
 conflicts = tailscale-git
@@ -13,5 +13,5 @@ depends = iproute2
 license = MIT
 provides = tailscale
 replaces = tailscale-relay
-source = https://pkgs.tailscale.com/stable/tailscale_1.30.0_amd64.tgz
-b2sums = 08647b8b8cd54ada4a760b32980234bcbeebfdcd4da99bee53205df935294f9483e60c43cb297e3326fbd204624222c07cadaa686b2bcf11181f56549a77e61c
+source = https://pkgs.tailscale.com/stable/tailscale_1.30.1_amd64.tgz
+b2sums = 6d626091505c3117e7db2dc172a7f035a9b5ce634da35afb568cfe43d80970a7798fc8c65dce9c98a4a3774c39da9af19bff82ce274d9cd2806b0e608b810a77
diff --git a/PKGBUILD b/PKGBUILD
index d01c6d2..f5a19f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _gitname='tailscale'
 provides=('tailscale')
 replaces=('tailscale-relay')
 conflicts=('tailscale-relay')
-pkgver='1.30.0'
+pkgver='1.30.1'
 pkgrel='1'
 pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they are."
 arch=('x86_64')
@@ -15,7 +15,7 @@ url="https://tailscale.com/"
 conflicts=("${_gitname}-git" "${_gitname}")
 
 source=("https://pkgs.tailscale.com/stable/tailscale_${pkgver}_amd64.tgz")
-b2sums=('08647b8b8cd54ada4a760b32980234bcbeebfdcd4da99bee53205df935294f9483e60c43cb297e3326fbd204624222c07cadaa686b2bcf11181f56549a77e61c')
+b2sums=('6d626091505c3117e7db2dc172a7f035a9b5ce634da35afb568cfe43d80970a7798fc8c65dce9c98a4a3774c39da9af19bff82ce274d9cd2806b0e608b810a77')
 
 package() {
 	cd "tailscale_${pkgver}_amd64"