tailscale: update to 1.60.0, adopt.

This commit is contained in:
classabbyamp 2024-02-18 03:24:29 -05:00 committed by classabbyamp
parent a0839c869e
commit 40c25c8383
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'tailscale' # Template file for 'tailscale'
pkgname=tailscale pkgname=tailscale
version=1.58.2 version=1.60.0
revision=1 revision=1
build_style=go build_style=go
go_import_path="tailscale.com" go_import_path="tailscale.com"
@ -10,12 +10,12 @@ go_ldflags="-X 'tailscale.com/version.longStamp=${version}_${revision} (Void Lin
-X 'tailscale.com/version.shortStamp=${version}'" -X 'tailscale.com/version.shortStamp=${version}'"
make_dirs="/var/lib/tailscale 0755 root root" make_dirs="/var/lib/tailscale 0755 root root"
short_desc="Easy, secure, cross platform WireGuard, oauth2, and 2FA/SSO" short_desc="Easy, secure, cross platform WireGuard, oauth2, and 2FA/SSO"
maintainer="Noel Cower <ncower@nil.dev>" maintainer="classabbyamp <void@placeviolette.net>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://tailscale.com" homepage="https://tailscale.com"
changelog="https://github.com/tailscale/tailscale/releases" changelog="https://github.com/tailscale/tailscale/releases"
distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz" distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz"
checksum=452f355408e4e2179872387a863387e06346fc8a6f9887821f9b8a072c6a5b0a checksum=b857ba9944e37332c245bc9ebc158150b2e785909f27d32b6f7e01557150e88a
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE