mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tailscale: update to 1.74.1.
This commit is contained in:
parent
7b80166cd9
commit
bda6d42541
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tailscale'
|
# Template file for 'tailscale'
|
||||||
pkgname=tailscale
|
pkgname=tailscale
|
||||||
version=1.72.1
|
version=1.74.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
|
@ -9,6 +9,7 @@ go_package="tailscale.com/cmd/tailscale tailscale.com/cmd/tailscaled"
|
||||||
go_build_tags='xversion'
|
go_build_tags='xversion'
|
||||||
go_ldflags="-X 'tailscale.com/version.longStamp=${version}_${revision} (Void Linux)'
|
go_ldflags="-X 'tailscale.com/version.longStamp=${version}_${revision} (Void Linux)'
|
||||||
-X 'tailscale.com/version.shortStamp=${version}'"
|
-X 'tailscale.com/version.shortStamp=${version}'"
|
||||||
|
make_check_target="$go_package"
|
||||||
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="classabbyamp <void@placeviolette.net>"
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
|
@ -16,7 +17,7 @@ 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=21b529e85144f526b61e0998c8b7885d53f17cba21252e5c7252c4014f5f507b
|
checksum=ef7b8a76ce81133dc10f243d733302c070232cdd6594b685c6adbf32769d4f2c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for sh in bash fish zsh; do
|
for sh in bash fish zsh; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue