Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] volta: update to 1.0.1
@ 2021-01-18  8:47 atk
  2021-01-18  9:03 ` Piraty
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: atk @ 2021-01-18  8:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atk/void-packages volta-1.0.1
https://github.com/void-linux/void-packages/pull/28004

volta: update to 1.0.1


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

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

From 8eff86d447ee1aa2bfd01a74b69cecb4feab3306 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Mon, 18 Jan 2021 09:47:06 +0100
Subject: [PATCH] volta: update to 1.0.1

---
 srcpkgs/volta/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/volta/template b/srcpkgs/volta/template
index 49e2aba5718..a545bba3373 100644
--- a/srcpkgs/volta/template
+++ b/srcpkgs/volta/template
@@ -1,6 +1,6 @@
 # Template file for 'volta'
 pkgname=volta
-version=1.0.0
+version=1.0.1
 revision=1
 archs="x86_64 i686" # Due to volta pulling pre-built binaries later. Evil.
 build_style="cargo"
@@ -11,7 +11,7 @@ maintainer="Alex Lohr <alex.lohr@logmein.com>"
 license="BSD-2-Clause"
 homepage="https://volta.sh/"
 distfiles="https://github.com/volta-cli/volta/archive/v${version}.tar.gz"
-checksum=55d4e245b81baa540d4f56f5e2cb93f0a62047a7a40423536305b38231e38d96
+checksum=8d12a9f8754a982dfcfdb21cef29fa6d087e7e1022d0d3fe66f04b90f081a98a
 
 post_install() {
 	vlicense LICENSE

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

* Re: volta: update to 1.0.1
  2021-01-18  8:47 [PR PATCH] volta: update to 1.0.1 atk
@ 2021-01-18  9:03 ` Piraty
  2021-01-18  9:15 ` [PR PATCH] [Updated] " atk
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Piraty @ 2021-01-18  9:03 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/28004#issuecomment-762098661

Comment:
i686 needs a fix

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

* Re: [PR PATCH] [Updated] volta: update to 1.0.1
  2021-01-18  8:47 [PR PATCH] volta: update to 1.0.1 atk
  2021-01-18  9:03 ` Piraty
@ 2021-01-18  9:15 ` atk
  2021-01-18  9:15 ` atk
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: atk @ 2021-01-18  9:15 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by atk against master on the void-packages repository

https://github.com/atk/void-packages volta-1.0.1
https://github.com/void-linux/void-packages/pull/28004

volta: update to 1.0.1


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

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

From 69f67107f8d2c08f8167b85fcd6f68cc3a7bb64d Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Mon, 18 Jan 2021 09:47:06 +0100
Subject: [PATCH] volta: update to 1.0.1

---
 srcpkgs/volta/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/volta/template b/srcpkgs/volta/template
index 49e2aba5718..4f59d154235 100644
--- a/srcpkgs/volta/template
+++ b/srcpkgs/volta/template
@@ -1,8 +1,8 @@
 # Template file for 'volta'
 pkgname=volta
-version=1.0.0
+version=1.0.1
 revision=1
-archs="x86_64 i686" # Due to volta pulling pre-built binaries later. Evil.
+archs="x86_64" # Due to volta pulling pre-built binaries later. Evil.
 build_style="cargo"
 hostmakedepends="pkg-config"
 makedepends="libressl-devel"
@@ -11,7 +11,7 @@ maintainer="Alex Lohr <alex.lohr@logmein.com>"
 license="BSD-2-Clause"
 homepage="https://volta.sh/"
 distfiles="https://github.com/volta-cli/volta/archive/v${version}.tar.gz"
-checksum=55d4e245b81baa540d4f56f5e2cb93f0a62047a7a40423536305b38231e38d96
+checksum=8d12a9f8754a982dfcfdb21cef29fa6d087e7e1022d0d3fe66f04b90f081a98a
 
 post_install() {
 	vlicense LICENSE

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

* Re: volta: update to 1.0.1
  2021-01-18  8:47 [PR PATCH] volta: update to 1.0.1 atk
  2021-01-18  9:03 ` Piraty
  2021-01-18  9:15 ` [PR PATCH] [Updated] " atk
@ 2021-01-18  9:15 ` atk
  2021-01-18 10:58 ` Piraty
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: atk @ 2021-01-18  9:15 UTC (permalink / raw)
  To: ml

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

New comment by atk on void-packages repository

https://github.com/void-linux/void-packages/pull/28004#issuecomment-762106556

Comment:
About the archs change: volta dropped support for 686 architecture.

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

* Re: volta: update to 1.0.1
  2021-01-18  8:47 [PR PATCH] volta: update to 1.0.1 atk
                   ` (2 preceding siblings ...)
  2021-01-18  9:15 ` atk
@ 2021-01-18 10:58 ` Piraty
  2021-01-18 12:52 ` [PR PATCH] [Updated] " atk
  2021-01-18 14:48 ` [PR PATCH] [Merged]: " Piraty
  5 siblings, 0 replies; 7+ messages in thread
From: Piraty @ 2021-01-18 10:58 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/28004#issuecomment-762170480

Comment:
please mention it in the commit message, PRs are volatile and nobody reads them

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

* Re: [PR PATCH] [Updated] volta: update to 1.0.1
  2021-01-18  8:47 [PR PATCH] volta: update to 1.0.1 atk
                   ` (3 preceding siblings ...)
  2021-01-18 10:58 ` Piraty
@ 2021-01-18 12:52 ` atk
  2021-01-18 14:48 ` [PR PATCH] [Merged]: " Piraty
  5 siblings, 0 replies; 7+ messages in thread
From: atk @ 2021-01-18 12:52 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by atk against master on the void-packages repository

https://github.com/atk/void-packages volta-1.0.1
https://github.com/void-linux/void-packages/pull/28004

volta: update to 1.0.1


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

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

From c62e2c860e26d3de414181cbd159fd5f083debf0 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Mon, 18 Jan 2021 09:47:06 +0100
Subject: [PATCH] volta: update to 1.0.1

volta dropped 686 architecture support
---
 srcpkgs/volta/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/volta/template b/srcpkgs/volta/template
index 49e2aba5718..4f59d154235 100644
--- a/srcpkgs/volta/template
+++ b/srcpkgs/volta/template
@@ -1,8 +1,8 @@
 # Template file for 'volta'
 pkgname=volta
-version=1.0.0
+version=1.0.1
 revision=1
-archs="x86_64 i686" # Due to volta pulling pre-built binaries later. Evil.
+archs="x86_64" # Due to volta pulling pre-built binaries later. Evil.
 build_style="cargo"
 hostmakedepends="pkg-config"
 makedepends="libressl-devel"
@@ -11,7 +11,7 @@ maintainer="Alex Lohr <alex.lohr@logmein.com>"
 license="BSD-2-Clause"
 homepage="https://volta.sh/"
 distfiles="https://github.com/volta-cli/volta/archive/v${version}.tar.gz"
-checksum=55d4e245b81baa540d4f56f5e2cb93f0a62047a7a40423536305b38231e38d96
+checksum=8d12a9f8754a982dfcfdb21cef29fa6d087e7e1022d0d3fe66f04b90f081a98a
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: volta: update to 1.0.1
  2021-01-18  8:47 [PR PATCH] volta: update to 1.0.1 atk
                   ` (4 preceding siblings ...)
  2021-01-18 12:52 ` [PR PATCH] [Updated] " atk
@ 2021-01-18 14:48 ` Piraty
  5 siblings, 0 replies; 7+ messages in thread
From: Piraty @ 2021-01-18 14:48 UTC (permalink / raw)
  To: ml

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

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

volta: update to 1.0.1
https://github.com/void-linux/void-packages/pull/28004

Description:


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

end of thread, other threads:[~2021-01-18 14:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-18  8:47 [PR PATCH] volta: update to 1.0.1 atk
2021-01-18  9:03 ` Piraty
2021-01-18  9:15 ` [PR PATCH] [Updated] " atk
2021-01-18  9:15 ` atk
2021-01-18 10:58 ` Piraty
2021-01-18 12:52 ` [PR PATCH] [Updated] " atk
2021-01-18 14:48 ` [PR PATCH] [Merged]: " Piraty

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).