Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

volta: update to 0.8.7 #24479

Merged
merged 1 commit into from
Aug 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/volta/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'volta'
pkgname=volta
version=0.8.6
version=0.8.7
revision=1
archs="x86_64 i686" # Due to volta pulling pre-built binaries later. Evil.
build_helper="rust"
Expand All @@ -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=c227ba3eef06176dd8d162fb24480e8c4536d5df6cb79b820b10d7407e4ca031
checksum=3e1c29f3846c40b13601ee5ebdf4b379243462bfff728b370b72495a430b177e

pre_build() {
cargo update --package openssl-sys --precise 0.9.58
Expand Down