From 5d1c082ec56202fe8c341f891a7ebaae760a7a58 Mon Sep 17 00:00:00 2001 From: Daniel Cogan Date: Thu, 7 Nov 2024 18:19:51 -0500 Subject: [PATCH] Upgrade version for node v2.9.0 (#143) --- Formula/ironfish.rb | 6 +++--- Formula/ironfishbeta.rb | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/ironfish.rb b/Formula/ironfish.rb index 1a41520..38dc16c 100644 --- a/Formula/ironfish.rb +++ b/Formula/ironfish.rb @@ -1,6 +1,6 @@ -URL = "https://releases.ironfish.network/ironfish-cli-75d2c9c.tar.gz".freeze -SHA = "c27be64ef09b743434327fa2b3837e216ff05f69b10ef752c19ffea48071ece4".freeze -VERSION = "118".freeze +URL = "https://releases.ironfish.network/ironfish-cli-6693fe5.tar.gz".freeze +SHA = "9e889b79d9cd617766d211c95d854d72f88ea1b07d4a0c57ce1b3bcc5daa0b2b".freeze +VERSION = "119".freeze class Ironfish < Formula desc "Everything you need to get started with Iron Fish" diff --git a/Formula/ironfishbeta.rb b/Formula/ironfishbeta.rb index 9800262..c794aa5 100644 --- a/Formula/ironfishbeta.rb +++ b/Formula/ironfishbeta.rb @@ -1,6 +1,6 @@ -URL = "https://releases.ironfish.network/ironfish-cli-75d2c9c.tar.gz".freeze -SHA = "c27be64ef09b743434327fa2b3837e216ff05f69b10ef752c19ffea48071ece4".freeze -VERSION = "118".freeze +URL = "https://releases.ironfish.network/ironfish-cli-6693fe5.tar.gz".freeze +SHA = "9e889b79d9cd617766d211c95d854d72f88ea1b07d4a0c57ce1b3bcc5daa0b2b".freeze +VERSION = "119".freeze class Ironfishbeta < Formula desc "Beta distribution of Iron Fish"