Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] volta: update to 0.9.0
@ 2020-10-22 11:54 atk
  2020-10-23  7:53 ` [PR PATCH] [Updated] " atk
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: atk @ 2020-10-22 11:54 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-0.9.0
https://github.com/void-linux/void-packages/pull/25787

volta: update to 0.9.0


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

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

From cecdde97a39e13dd1c4285f2e4b1d96529c99f25 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Thu, 22 Oct 2020 13:53:49 +0200
Subject: [PATCH] volta: update to 0.9.0

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

diff --git a/srcpkgs/volta/template b/srcpkgs/volta/template
index 7cd6f9d76c3..b481e6d2aed 100644
--- a/srcpkgs/volta/template
+++ b/srcpkgs/volta/template
@@ -1,26 +1,22 @@
 # Template file for 'volta'
 pkgname=volta
-version=0.8.7
+version=0.9.0
 revision=1
 archs="x86_64 i686" # Due to volta pulling pre-built binaries later. Evil.
-build_helper="rust"
-hostmakedepends="cargo pkg-config"
+build_style=cargo
+hostmakedepends="pkg-config"
 makedepends="libressl-devel"
 short_desc="JavaScript tool version sync helper"
 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=3e1c29f3846c40b13601ee5ebdf4b379243462bfff728b370b72495a430b177e
+checksum=39e9d9320d490d6d86ea5475163d209d8ef2596bd17de980248c5467b86b4a80
 
 pre_build() {
 	cargo update --package openssl-sys --precise 0.9.58
 }
 
-do_build() {
-	cargo build --release --target ${RUST_TARGET}
-}
-
 do_install() {
 	vlicense LICENSE
 

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

* Re: [PR PATCH] [Updated] volta: update to 0.9.0
  2020-10-22 11:54 [PR PATCH] volta: update to 0.9.0 atk
@ 2020-10-23  7:53 ` atk
  2020-10-30 14:13 ` [PR PATCH] [Updated] volta: update to 0.9.1 atk
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: atk @ 2020-10-23  7:53 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-0.9.0
https://github.com/void-linux/void-packages/pull/25787

volta: update to 0.9.0


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

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

From 178027bd1ba91be2b1cd9207a0c06ef4e46ac8c3 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Thu, 22 Oct 2020 13:53:49 +0200
Subject: [PATCH] volta: update to 0.9.1

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

diff --git a/srcpkgs/volta/template b/srcpkgs/volta/template
index 7cd6f9d76c3..5610912ac9f 100644
--- a/srcpkgs/volta/template
+++ b/srcpkgs/volta/template
@@ -1,26 +1,22 @@
 # Template file for 'volta'
 pkgname=volta
-version=0.8.7
+version=0.9.1
 revision=1
 archs="x86_64 i686" # Due to volta pulling pre-built binaries later. Evil.
-build_helper="rust"
-hostmakedepends="cargo pkg-config"
+build_style=cargo
+hostmakedepends="pkg-config"
 makedepends="libressl-devel"
 short_desc="JavaScript tool version sync helper"
 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=3e1c29f3846c40b13601ee5ebdf4b379243462bfff728b370b72495a430b177e
+checksum=8d7d174b153d8c9d3601605e9fef973ad3dd3b509887cd0504bc608c84723ef8
 
 pre_build() {
 	cargo update --package openssl-sys --precise 0.9.58
 }
 
-do_build() {
-	cargo build --release --target ${RUST_TARGET}
-}
-
 do_install() {
 	vlicense LICENSE
 

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

* Re: [PR PATCH] [Updated] volta: update to 0.9.1
  2020-10-22 11:54 [PR PATCH] volta: update to 0.9.0 atk
  2020-10-23  7:53 ` [PR PATCH] [Updated] " atk
@ 2020-10-30 14:13 ` atk
  2020-11-23 11:21 ` [PR PATCH] [Updated] volta: update to 0.9.2 atk
  2020-12-14 15:39 ` [PR PATCH] [Closed]: " atk
  3 siblings, 0 replies; 5+ messages in thread
From: atk @ 2020-10-30 14:13 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-0.9.0
https://github.com/void-linux/void-packages/pull/25787

volta: update to 0.9.1


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

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

From 2f882e630cd42a821886b8237909ab8bf66ec848 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Thu, 22 Oct 2020 13:53:49 +0200
Subject: [PATCH] volta: update to 0.9.1

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

diff --git a/srcpkgs/volta/template b/srcpkgs/volta/template
index 7cd6f9d76c3..3f8499f4c6f 100644
--- a/srcpkgs/volta/template
+++ b/srcpkgs/volta/template
@@ -1,26 +1,22 @@
 # Template file for 'volta'
 pkgname=volta
-version=0.8.7
+version=0.9.2
 revision=1
 archs="x86_64 i686" # Due to volta pulling pre-built binaries later. Evil.
-build_helper="rust"
-hostmakedepends="cargo pkg-config"
+build_style=cargo
+hostmakedepends="pkg-config"
 makedepends="libressl-devel"
 short_desc="JavaScript tool version sync helper"
 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=3e1c29f3846c40b13601ee5ebdf4b379243462bfff728b370b72495a430b177e
+checksum=2fa0d5e1b900664339c84dce792cd516b240c1380dc34df09c2f9b0e708a8f96
 
 pre_build() {
 	cargo update --package openssl-sys --precise 0.9.58
 }
 
-do_build() {
-	cargo build --release --target ${RUST_TARGET}
-}
-
 do_install() {
 	vlicense LICENSE
 

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

* Re: [PR PATCH] [Updated] volta: update to 0.9.2
  2020-10-22 11:54 [PR PATCH] volta: update to 0.9.0 atk
  2020-10-23  7:53 ` [PR PATCH] [Updated] " atk
  2020-10-30 14:13 ` [PR PATCH] [Updated] volta: update to 0.9.1 atk
@ 2020-11-23 11:21 ` atk
  2020-12-14 15:39 ` [PR PATCH] [Closed]: " atk
  3 siblings, 0 replies; 5+ messages in thread
From: atk @ 2020-11-23 11:21 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-0.9.0
https://github.com/void-linux/void-packages/pull/25787

volta: update to 0.9.2


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

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

From e5c07fd9ba771390ddbaa478fc70dd8e9367e238 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Thu, 22 Oct 2020 13:53:49 +0200
Subject: [PATCH] volta: update to 0.9.2

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

diff --git a/srcpkgs/volta/template b/srcpkgs/volta/template
index 7cd6f9d76c3..3f8499f4c6f 100644
--- a/srcpkgs/volta/template
+++ b/srcpkgs/volta/template
@@ -1,26 +1,22 @@
 # Template file for 'volta'
 pkgname=volta
-version=0.8.7
+version=0.9.2
 revision=1
 archs="x86_64 i686" # Due to volta pulling pre-built binaries later. Evil.
-build_helper="rust"
-hostmakedepends="cargo pkg-config"
+build_style=cargo
+hostmakedepends="pkg-config"
 makedepends="libressl-devel"
 short_desc="JavaScript tool version sync helper"
 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=3e1c29f3846c40b13601ee5ebdf4b379243462bfff728b370b72495a430b177e
+checksum=2fa0d5e1b900664339c84dce792cd516b240c1380dc34df09c2f9b0e708a8f96
 
 pre_build() {
 	cargo update --package openssl-sys --precise 0.9.58
 }
 
-do_build() {
-	cargo build --release --target ${RUST_TARGET}
-}
-
 do_install() {
 	vlicense LICENSE
 

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

* Re: [PR PATCH] [Closed]: volta: update to 0.9.2
  2020-10-22 11:54 [PR PATCH] volta: update to 0.9.0 atk
                   ` (2 preceding siblings ...)
  2020-11-23 11:21 ` [PR PATCH] [Updated] volta: update to 0.9.2 atk
@ 2020-12-14 15:39 ` atk
  3 siblings, 0 replies; 5+ messages in thread
From: atk @ 2020-12-14 15:39 UTC (permalink / raw)
  To: ml

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

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

volta: update to 0.9.2
https://github.com/void-linux/void-packages/pull/25787

Description:


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

end of thread, other threads:[~2020-12-14 15:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-22 11:54 [PR PATCH] volta: update to 0.9.0 atk
2020-10-23  7:53 ` [PR PATCH] [Updated] " atk
2020-10-30 14:13 ` [PR PATCH] [Updated] volta: update to 0.9.1 atk
2020-11-23 11:21 ` [PR PATCH] [Updated] volta: update to 0.9.2 atk
2020-12-14 15:39 ` [PR PATCH] [Closed]: " atk

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