summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Anderson2020-03-16 18:40:46 -0700
committerDavid Anderson2020-03-16 18:40:46 -0700
commit061171e1ebfc80f28ce5d07537f4f2b6fa82ae56 (patch)
treee4583e099b7677fbcda90dcfb1465e277551d988
parent0e6d9d149a2b92a7f12d4a077982906a78f74819 (diff)
downloadaur-061171e1ebfc80f28ce5d07537f4f2b6fa82ae56.tar.gz
Update to version 0.96-40
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b42af3185bd..32e02269a597 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 = 0.96_26
+ pkgver = 0.96_40
pkgrel = 1
url = https://tailscale.com
install = tailscale.install
@@ -8,8 +8,8 @@ pkgbase = tailscale-unstable-bin
license = MIT
depends = glibc
backup = etc/default/tailscaled
- source = tailscale-unstable-bin-0.96_26.tgz::https://pkgs.tailscale.com/unstable/tailscale_0.96-26_amd64.tgz
- sha256sums = de3ea2e96aaf02afe3a556fbb983ecefcee2a9a129aee11478d51d378f923cf2
+ source = tailscale-unstable-bin-0.96_40.tgz::https://pkgs.tailscale.com/unstable/tailscale_0.96-40_amd64.tgz
+ sha256sums = 851991096e771c2db8352f884978ce4bd45dab8ff48c604d9baa8921a6926646
pkgname = tailscale-unstable-bin
diff --git a/PKGBUILD b/PKGBUILD
index f361a817f0ef..beb54e5fa346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: David Anderson <dave@natulte.net>
pkgname="tailscale-unstable-bin"
-_version="0.96-26"
-pkgver="0.96_26"
+_version="0.96-40"
+pkgver="0.96_40"
pkgrel="1"
pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they are."
arch=("x86_64")
@@ -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=('de3ea2e96aaf02afe3a556fbb983ecefcee2a9a129aee11478d51d378f923cf2')
+sha256sums=('851991096e771c2db8352f884978ce4bd45dab8ff48c604d9baa8921a6926646')
install="tailscale.install"
package() {