summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Anderson2021-09-05 02:09:46 -0700
committerDavid Anderson2021-09-05 02:09:46 -0700
commit45757c5e427b0fd90125104bf6d1da6970aa7b82 (patch)
treea7fd631a94e49b4cbca6ef81dbdf473cc8449b4b
parente67f9313f7434a352e2414728b34132fe28a75f3 (diff)
downloadaur-tailscale-unstable-bin.tar.gz
Update to version 1.15.27
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb26d5044507..bbe11bb858f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tailscale-unstable-bin
pkgdesc = A mesh VPN that makes it easy to connect your devices, wherever they are.
- pkgver = 1.7.14
+ pkgver = 1.15.27
pkgrel = 1
url = https://tailscale.com
install = tailscale.install
@@ -10,8 +10,8 @@ pkgbase = tailscale-unstable-bin
provides = tailscale
conflicts = tailscale
backup = etc/default/tailscaled
- source = tailscale-unstable-bin-1.7.14.tgz::https://pkgs.tailscale.com/unstable/tailscale_1.7.14_amd64.tgz
- sha256sums = ece50a7831060b24fc5e574042e57399c99a549edef454eebe61f3a43b1493fa
+ source = tailscale-unstable-bin-1.15.27.tgz::https://pkgs.tailscale.com/unstable/tailscale_1.15.27_amd64.tgz
+ sha256sums = 6adc62bd392575536e526f0a1d5a79bbcc5f76f8148fa48b56207995210f7b67
pkgname = tailscale-unstable-bin
diff --git a/PKGBUILD b/PKGBUILD
index bd0a5e15e40d..33f34da3b1a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: David Anderson <dave@natulte.net>
pkgname="tailscale-unstable-bin"
-_version="1.7.14"
-pkgver="1.7.14"
+_version="1.15.27"
+pkgver="1.15.27"
pkgrel="1"
pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they are."
arch=("x86_64")
@@ -13,7 +13,7 @@ provides=("tailscale")
conflicts=("tailscale")
backup=("etc/default/tailscaled")
source=("$pkgname-$pkgver.tgz::https://pkgs.tailscale.com/unstable/tailscale_${_version}_amd64.tgz")
-sha256sums=('ece50a7831060b24fc5e574042e57399c99a549edef454eebe61f3a43b1493fa')
+sha256sums=('6adc62bd392575536e526f0a1d5a79bbcc5f76f8148fa48b56207995210f7b67')
install="tailscale.install"
package() {