summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Anderson2020-11-12 23:02:31 -0800
committerDavid Anderson2020-11-12 23:02:31 -0800
commit1706424e49bf9728366807ba30054796070e7d28 (patch)
tree47e4258b34263ddbfb445af0b7c87d2eb6bc423b
parent79abc0bc7b874ae24049b247f6bc4501512cf975 (diff)
downloadaur-1706424e49bf9728366807ba30054796070e7d28.tar.gz
Update to version 1.2.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 093e74ddac4d..6b344fed331d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tailscale-bin
pkgdesc = A mesh VPN that makes it easy to connect your devices, wherever they are.
- pkgver = 1.2.2
+ pkgver = 1.2.6
pkgrel = 1
url = https://tailscale.com
install = tailscale.install
@@ -10,8 +10,8 @@ pkgbase = tailscale-bin
provides = tailscale
conflicts = tailscale
backup = etc/default/tailscaled
- source = tailscale-bin-1.2.2.tgz::https://pkgs.tailscale.com/stable/tailscale_1.2.2_amd64.tgz
- sha256sums = fbf55b3fe9d38225b49b28a20bbafa459d7c472cf264abbb2fe87edc35c938f2
+ source = tailscale-bin-1.2.6.tgz::https://pkgs.tailscale.com/stable/tailscale_1.2.6_amd64.tgz
+ sha256sums = ba4402d1ccfc282acc96f04deb44aba4baf6e7a21c533be9272c23f2463dfee8
pkgname = tailscale-bin
diff --git a/PKGBUILD b/PKGBUILD
index ca3a0d480eb6..7fd68236367d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: David Anderson <dave@natulte.net>
pkgname="tailscale-bin"
-_version="1.2.2"
-pkgver="1.2.2"
+_version="1.2.6"
+pkgver="1.2.6"
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/stable/tailscale_${_version}_amd64.tgz")
-sha256sums=('fbf55b3fe9d38225b49b28a20bbafa459d7c472cf264abbb2fe87edc35c938f2')
+sha256sums=('ba4402d1ccfc282acc96f04deb44aba4baf6e7a21c533be9272c23f2463dfee8')
install="tailscale.install"
package() {