From 3ba19b661631fd3998560f3de8c0ab559c399a9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20A=CC=81lvaro?= Date: Tue, 23 Apr 2024 09:01:56 +0200 Subject: [PATCH] catboost-cli(formula): 1.2.5 --- Formula/catboost-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/catboost-cli.rb b/Formula/catboost-cli.rb index ef0738f..6b649c9 100644 --- a/Formula/catboost-cli.rb +++ b/Formula/catboost-cli.rb @@ -2,8 +2,8 @@ class CatboostCli < Formula desc "Fast, scalable, high performance Gradient Boosting on Decision Trees cli tool" homepage "https://catboost.ai" url "https://github.com/catboost/catboost.git", - tag: "v1.2.3", - revision: "fe0941b208f9c392ce788c314463b6816d335c6a" + tag: "v1.2.5", + revision: "2605fe627ed4271aa8a87ff3564fb68de5f116f0" license "Apache-2.0" head "https://github.com/catboost/catboost.git", branch: "master"