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

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