makedeb
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.
Hash: b1628d706879f5013efb811df65eb1cf78bb6975
Message: Upgraded to 1.30.0
diff --git a/.SRCINFO b/.SRCINFO
index caf8817..53079d6 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.28.0
+pkgver = 1.30.0
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.28.0_amd64.tgz
-b2sums = a21f1cf58cc6d905c895f5386f9b4ff320a1be36f34bff0a8a1fc88c23bed1e99e8314bc4b54142611fda2ebdbd751b9ec0ee9a39efc91399349681fc96bfc25
+source = https://pkgs.tailscale.com/stable/tailscale_1.30.0_amd64.tgz
+b2sums = 08647b8b8cd54ada4a760b32980234bcbeebfdcd4da99bee53205df935294f9483e60c43cb297e3326fbd204624222c07cadaa686b2bcf11181f56549a77e61c
diff --git a/PKGBUILD b/PKGBUILD
index 4852bc1..d01c6d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _gitname='tailscale'
provides=('tailscale')
replaces=('tailscale-relay')
conflicts=('tailscale-relay')
-pkgver='1.28.0'
+pkgver='1.30.0'
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=('a21f1cf58cc6d905c895f5386f9b4ff320a1be36f34bff0a8a1fc88c23bed1e99e8314bc4b54142611fda2ebdbd751b9ec0ee9a39efc91399349681fc96bfc25')
+b2sums=('08647b8b8cd54ada4a760b32980234bcbeebfdcd4da99bee53205df935294f9483e60c43cb297e3326fbd204624222c07cadaa686b2bcf11181f56549a77e61c')
package() {
cd "tailscale_${pkgver}_amd64"