From 7033893951d8380fb61a4a327c349895522c4fb0 Mon Sep 17 00:00:00 2001 From: krishnaduttPanchagnula Date: Mon, 22 May 2023 20:42:22 +0530 Subject: [PATCH] added boto3 url and hash --- HomebrewFormula/airiam.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HomebrewFormula/airiam.rb b/HomebrewFormula/airiam.rb index ac1318f..b3f604e 100644 --- a/HomebrewFormula/airiam.rb +++ b/HomebrewFormula/airiam.rb @@ -9,8 +9,8 @@ class Airiam < Formula depends_on "python3" resource "boto3" do - url "" - sha256 "" + url "https://files.pythonhosted.org/packages/57/e9/b2e32fbf241c9846d16f2d72b6071586d81ad718397b20b03a617438989c/boto3-1.26.137.tar.gz" + sha256 "cac699fc46b43c10ca12aa6ea087c0b979613c5e3570aea11d86891652cb581e" end resource "botocore" do