From 122efb2c61c26b3857732eb416550a4c271d54e6 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 17 Oct 2022 21:23:17 -0400 Subject: [PATCH 1/2] volta 1.1.0 --- Formula/volta.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/volta.rb b/Formula/volta.rb index 930c3e4fa4d27..bbc6292702417 100644 --- a/Formula/volta.rb +++ b/Formula/volta.rb @@ -1,8 +1,8 @@ class Volta < Formula desc "JavaScript toolchain manager for reproducible environments" homepage "https://volta.sh" - url "https://github.com/volta-cli/volta/archive/v1.0.8.tar.gz" - sha256 "b6d1691424b13e28a953a2661e1f3261ecbeb607574ad217e18c4cf62ab48df4" + url "https://github.com/volta-cli/volta/archive/v1.1.0.tar.gz" + sha256 "3328f10c1e1aec8d6c46d22a202872addd83c6b4aec4f24e5548f3048e4a26c3" license "BSD-2-Clause" head "https://github.com/volta-cli/volta.git", branch: "main" From 6b5dde13db5160c380aa0fbb7a5e8780ecadac22 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Wed, 19 Oct 2022 09:52:23 +0100 Subject: [PATCH 2/2] volta: do not depend on openssl on linux --- Formula/volta.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/volta.rb b/Formula/volta.rb index bbc6292702417..4a03d6ad32330 100644 --- a/Formula/volta.rb +++ b/Formula/volta.rb @@ -25,7 +25,6 @@ class Volta < Formula on_linux do depends_on "pkg-config" => :build - depends_on "openssl@1.1" # Uses Secure Transport on macOS end def install