From 9b8f8cbb4951fab19f3e5449e8f8e486fa453cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Wed, 7 Feb 2024 08:10:21 +0100 Subject: [PATCH] cog: update checksum It seems v0.9.4 it was re-tagged again, similar to * https://github.com/Homebrew/homebrew-core/pull/158001 This affects * https://github.com/Homebrew/homebrew-core/pull/161976 * https://github.com/Homebrew/homebrew-core/pull/157782 --- Formula/c/cog.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/cog.rb b/Formula/c/cog.rb index b92e00d34eff..773ba6c86110 100644 --- a/Formula/c/cog.rb +++ b/Formula/c/cog.rb @@ -2,7 +2,7 @@ class Cog < Formula desc "Containers for machine learning" homepage "https://github.com/replicate/cog" url "https://github.com/replicate/cog/archive/refs/tags/v0.9.4.tar.gz" - sha256 "d3df9a9b9af79f6309f3acf31d6a3363270c0a5a7838ee75d4a02a8ed92fb0ae" + sha256 "5f455da636ec6dd6c81fd46fb721e261da1912ec42e2c547496c9cc8bae78773" license "Apache-2.0" head "https://github.com/replicate/cog.git", branch: "main"