summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b0a56ae04b5..ebd274db4332 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: David Anderson <dave@natulte.net>
pkgname="tailscale-bin"
-_version="1.0.5"
-pkgver="1.0.5"
+_version="1.2.1"
+pkgver="1.2.1"
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/stable/tailscale_${_version}_amd64.tgz")
-sha256sums=('ecfcda12068d6ecb2be72eba5572ab09406643bcc73c0cd482ae88060720c430')
+sha256sums=('8b5bcf7f5bcbf9fa1b36c5ed266b468d00ca732b87551ef8a6a2ae1bfebfc6e3')
install="tailscale.install"
package() {