Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tailscale: update to 0.100.0.
@ 2020-07-23 15:58 nilium
  2020-07-23 16:17 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: nilium @ 2020-07-23 15:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

There is a new pull request by nilium against master on the void-packages repository

https://github.com/nilium/ecks-bops-packages tailscale
https://github.com/void-linux/void-packages/pull/23766

tailscale: update to 0.100.0.
Because tailscale uses a -$RELEASE suffix on versions and xbps-src
doesn't allow that, there's an additional _release variable that acts
as the release suffix for wrksrc and distfiles.

A patch file from https://github.com/void-linux/void-packages/pull/23766.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tailscale-23766.patch --]
[-- Type: text/x-diff, Size: 1483 bytes --]

From 28abf1d03838c237c9c573d484357b9edecc8ab4 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@nil.dev>
Date: Thu, 23 Jul 2020 08:47:28 -0700
Subject: [PATCH] tailscale: update to 0.100.0.

Because tailscale uses a -$RELEASE suffix on versions and xbps-src
doesn't allow that, there's an additional _release variable that acts
as the release suffix for wrksrc and distfiles.
---
 srcpkgs/tailscale/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template
index b7b7ad1f986..074fcf94f0f 100644
--- a/srcpkgs/tailscale/template
+++ b/srcpkgs/tailscale/template
@@ -1,7 +1,9 @@
 # Template file for 'tailscale'
 pkgname=tailscale
-version=0.99.1
+version=0.100.0
 revision=1
+_release=-153
+wrksrc="${pkgname}-${version}${_release}"
 build_style=go
 go_import_path="tailscale.com"
 go_package="tailscale.com/cmd/tailscale tailscale.com/cmd/tailscaled"
@@ -11,8 +13,8 @@ short_desc="Easy, secure, cross platform WireGuard, oauth2, and 2FA/SSO"
 maintainer="Noel Cower <ncower@nil.dev>"
 license="BSD-3-Clause"
 homepage="https://tailscale.com"
-distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz"
-checksum=9d124c6ade7fe4bc599259ee77e21fa6c044828c87d4290020b2c9cce2371ba5
+distfiles="https://github.com/tailscale/tailscale/archive/v${version}${_release}.tar.gz"
+checksum=e055b72ea20d1288eae61fc0fd1a0108847891e651729d8b3cd318066633ed86
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: tailscale: update to 0.100.0.
  2020-07-23 15:58 [PR PATCH] tailscale: update to 0.100.0 nilium
@ 2020-07-23 16:17 ` ericonr
  2020-07-23 18:52 ` nilium
  2020-07-25  5:53 ` [PR PATCH] [Merged]: " jnbr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-07-23 16:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 233 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23766#issuecomment-663099504

Comment:
Can it be versioned as `0.100.0.revision` and use substitutions shenanigans to get the `-` ?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: tailscale: update to 0.100.0.
  2020-07-23 15:58 [PR PATCH] tailscale: update to 0.100.0 nilium
  2020-07-23 16:17 ` ericonr
@ 2020-07-23 18:52 ` nilium
  2020-07-25  5:53 ` [PR PATCH] [Merged]: " jnbr
  2 siblings, 0 replies; 4+ messages in thread
From: nilium @ 2020-07-23 18:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 297 bytes --]

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/23766#issuecomment-663174258

Comment:
I don't especially like doing that since that's not the actual version of the program and would create issues later if they release a 0.1.2.3 version number.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: tailscale: update to 0.100.0.
  2020-07-23 15:58 [PR PATCH] tailscale: update to 0.100.0 nilium
  2020-07-23 16:17 ` ericonr
  2020-07-23 18:52 ` nilium
@ 2020-07-25  5:53 ` jnbr
  2 siblings, 0 replies; 4+ messages in thread
From: jnbr @ 2020-07-25  5:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 349 bytes --]

There's a merged pull request on the void-packages repository

tailscale: update to 0.100.0.
https://github.com/void-linux/void-packages/pull/23766

Description:
Because tailscale uses a -$RELEASE suffix on versions and xbps-src
doesn't allow that, there's an additional _release variable that acts
as the release suffix for wrksrc and distfiles.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-25  5:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-23 15:58 [PR PATCH] tailscale: update to 0.100.0 nilium
2020-07-23 16:17 ` ericonr
2020-07-23 18:52 ` nilium
2020-07-25  5:53 ` [PR PATCH] [Merged]: " jnbr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).