summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Anderson2020-03-12 21:43:56 -0700
committerDavid Anderson2020-03-12 21:43:56 -0700
commite7727a25f4dfca4887cc9962442a46c584b6b33c (patch)
tree5102e4fd26862ed88bc2dcf728117cf11ed42d69
parente7471bc8632ded738af56aa8d41b6cda28daa078 (diff)
downloadaur-e7727a25f4dfca4887cc9962442a46c584b6b33c.tar.gz
Update to version 0.96-18
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06bc65867517..9dca3da514d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = tailscale-unstable-bin
pkgdesc = A mesh VPN that makes it easy to connect your devices, wherever they are.
- pkgver = 0.96_16
- pkgrel = 2
+ pkgver = 0.96_18
+ pkgrel = 1
url = https://tailscale.com
install = tailscale.install
arch = x86_64
license = MIT
depends = glibc
backup = etc/default/tailscaled
- source = tailscale-unstable-bin-0.96_16.tgz::https://pkgs.tailscale.com/unstable/tailscale_0.96-16_amd64.tgz
- sha256sums = 4c5c2e691430f0193a318aef33e95bbc2714f61580c40b48a15afe4acc1bb79c
+ source = tailscale-unstable-bin-0.96_18.tgz::https://pkgs.tailscale.com/unstable/tailscale_0.96-18_amd64.tgz
+ sha256sums = e02a46f0243daa0d89fffe4b1767f08227e8d642a44755df7679676f282d34a4
pkgname = tailscale-unstable-bin
diff --git a/PKGBUILD b/PKGBUILD
index d17f8673052d..d913c1adf857 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: David Anderson <dave@natulte.net>
pkgname="tailscale-unstable-bin"
-_version="0.96-16"
-pkgver="0.96_16"
-pkgrel="2"
+_version="0.96-18"
+pkgver="0.96_18"
+pkgrel="1"
pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they are."
arch=("x86_64")
url="https://tailscale.com"
@@ -11,7 +11,7 @@ license=("MIT")
depends=("glibc")
backup=("etc/default/tailscaled")
source=("$pkgname-$pkgver.tgz::https://pkgs.tailscale.com/unstable/tailscale_${_version}_amd64.tgz")
-sha256sums=('4c5c2e691430f0193a318aef33e95bbc2714f61580c40b48a15afe4acc1bb79c')
+sha256sums=('e02a46f0243daa0d89fffe4b1767f08227e8d642a44755df7679676f282d34a4')
install="tailscale.install"
package() {