Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] volta: update to 0.8.3
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23322@inbox.vuxu.org>
  2020-07-07 11:11 ` [PR PATCH] [Updated] volta: update to 0.8.3 atk
@ 2020-07-07 19:30 ` atk
  2020-07-08  7:05 ` atk
  2020-07-20 17:50 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 4+ messages in thread
From: atk @ 2020-07-07 19:30 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.8.3
https://github.com/void-linux/void-packages/pull/23322

volta: update to 0.8.3


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

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

From faf2c7ae45f360b5d969acdbd9adc5947bd3f89a Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Tue, 30 Jun 2020 16:19:19 +0200
Subject: [PATCH] volta: update to 0.8.3

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

diff --git a/srcpkgs/volta/template b/srcpkgs/volta/template
index 54cea3bd468..ee4667df0d2 100644
--- a/srcpkgs/volta/template
+++ b/srcpkgs/volta/template
@@ -1,7 +1,7 @@
 # Template file for 'volta'
 pkgname=volta
-version=0.8.2
-revision=2
+version=0.8.3
+revision=1
 archs="x86_64 i686" # Due to volta pulling pre-built binaries later. Evil.
 build_helper="rust"
 hostmakedepends="cargo pkg-config"
@@ -11,11 +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=df4668d4a5b187fd6a332f2099a5a90e14b5393da7de5636e638f6aee3d9fd29
-
-pre_build() {
-	cargo update --package openssl-sys --precise 0.9.58
-}
+checksum=d9eecc0cf9808bb34751b8ffa8915675a9e84b0968b3c060d5be1e50051e91d0
 
 do_build() {
 	cargo build --release --target ${RUST_TARGET}

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

* Re: [PR PATCH] [Updated] volta: update to 0.8.3
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23322@inbox.vuxu.org>
  2020-07-07 11:11 ` [PR PATCH] [Updated] volta: update to 0.8.3 atk
  2020-07-07 19:30 ` atk
@ 2020-07-08  7:05 ` atk
  2020-07-20 17:50 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 4+ messages in thread
From: atk @ 2020-07-08  7:05 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.8.3
https://github.com/void-linux/void-packages/pull/23322

volta: update to 0.8.3


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

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

From ef930c9a00af37d4873b0f823ba734ca17f3e141 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Tue, 30 Jun 2020 16:19:19 +0200
Subject: [PATCH] volta: update to 0.8.3

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

diff --git a/srcpkgs/volta/template b/srcpkgs/volta/template
index 54cea3bd468..685dc4e193b 100644
--- a/srcpkgs/volta/template
+++ b/srcpkgs/volta/template
@@ -1,7 +1,7 @@
 # Template file for 'volta'
 pkgname=volta
-version=0.8.2
-revision=2
+version=0.8.3
+revision=1
 archs="x86_64 i686" # Due to volta pulling pre-built binaries later. Evil.
 build_helper="rust"
 hostmakedepends="cargo pkg-config"
@@ -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=df4668d4a5b187fd6a332f2099a5a90e14b5393da7de5636e638f6aee3d9fd29
+checksum=d9eecc0cf9808bb34751b8ffa8915675a9e84b0968b3c060d5be1e50051e91d0
 
 pre_build() {
 	cargo update --package openssl-sys --precise 0.9.58

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

* Re: [PR PATCH] [Merged]: volta: update to 0.8.3
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23322@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-07-08  7:05 ` atk
@ 2020-07-20 17:50 ` ahesford
  3 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-07-20 17:50 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 0.8.3
https://github.com/void-linux/void-packages/pull/23322

Description:


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

* Re: [PR PATCH] [Updated] volta: update to 0.8.3
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23322@inbox.vuxu.org>
@ 2020-07-07 11:11 ` atk
  2020-07-07 19:30 ` atk
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: atk @ 2020-07-07 11:11 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.8.3
https://github.com/void-linux/void-packages/pull/23322

volta: update to 0.8.3


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

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

From a483c92249e224ff17a42e2033d56580e8bcb991 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Tue, 30 Jun 2020 16:19:19 +0200
Subject: [PATCH] volta: update to 0.8.3

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

diff --git a/srcpkgs/volta/template b/srcpkgs/volta/template
index 77060262849..ee4667df0d2 100644
--- a/srcpkgs/volta/template
+++ b/srcpkgs/volta/template
@@ -1,6 +1,6 @@
 # Template file for 'volta'
 pkgname=volta
-version=0.8.2
+version=0.8.3
 revision=1
 archs="x86_64 i686" # Due to volta pulling pre-built binaries later. Evil.
 build_helper="rust"
@@ -11,11 +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=df4668d4a5b187fd6a332f2099a5a90e14b5393da7de5636e638f6aee3d9fd29
-
-pre_build() {
-	cargo update --package openssl-sys --precise 0.9.55
-}
+checksum=d9eecc0cf9808bb34751b8ffa8915675a9e84b0968b3c060d5be1e50051e91d0
 
 do_build() {
 	cargo build --release --target ${RUST_TARGET}

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

end of thread, other threads:[~2020-07-20 17:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23322@inbox.vuxu.org>
2020-07-07 11:11 ` [PR PATCH] [Updated] volta: update to 0.8.3 atk
2020-07-07 19:30 ` atk
2020-07-08  7:05 ` atk
2020-07-20 17:50 ` [PR PATCH] [Merged]: " ahesford

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