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: a20b094bcd19ca53ad637f1687ea1663d38539f3
Message: Upgraded to 1.30.2
diff --git a/.SRCINFO b/.SRCINFO
index 8aaff1e..1d89fac 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.1
+pkgver = 1.30.2
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.1_amd64.tgz
-b2sums = 6d626091505c3117e7db2dc172a7f035a9b5ce634da35afb568cfe43d80970a7798fc8c65dce9c98a4a3774c39da9af19bff82ce274d9cd2806b0e608b810a77
+source = https://pkgs.tailscale.com/stable/tailscale_1.30.2_amd64.tgz
+b2sums = abad24127540eb08a32614df75b5701324d3e17c94d5d11c25c28b7c3b6e3523da9c1e56e88c19f63d5ee90e1e7b762b8fb8c83e05e903aa2774ca0b89dbdad0
diff --git a/PKGBUILD b/PKGBUILD
index f5a19f7..2be5a4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _gitname='tailscale'
provides=('tailscale')
replaces=('tailscale-relay')
conflicts=('tailscale-relay')
-pkgver='1.30.1'
+pkgver='1.30.2'
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=('6d626091505c3117e7db2dc172a7f035a9b5ce634da35afb568cfe43d80970a7798fc8c65dce9c98a4a3774c39da9af19bff82ce274d9cd2806b0e608b810a77')
+b2sums=('abad24127540eb08a32614df75b5701324d3e17c94d5d11c25c28b7c3b6e3523da9c1e56e88c19f63d5ee90e1e7b762b8fb8c83e05e903aa2774ca0b89dbdad0')
package() {
cd "tailscale_${pkgver}_amd64"