From 2fa75c010ed54eb7709f40bea7d1c643f93f12fb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 8 Mar 2024 00:49:57 +0000 Subject: [PATCH] just 1.25.0 --- Formula/j/just.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/j/just.rb b/Formula/j/just.rb index 04a5753bf2c4..60254883bd78 100644 --- a/Formula/j/just.rb +++ b/Formula/j/just.rb @@ -1,8 +1,8 @@ class Just < Formula desc "Handy way to save and run project-specific commands" homepage "https://github.com/casey/just" - url "https://github.com/casey/just/archive/refs/tags/1.24.0.tar.gz" - sha256 "28409df27f73232ccb3e1671e9ee7354a954ecf3a28f64a52b1f3d213c3a5bd5" + url "https://github.com/casey/just/archive/refs/tags/1.25.0.tar.gz" + sha256 "1a5ea3e3677f97eda36b9257b774e00a64985820ba678c584827e9409f838e1c" license "CC0-1.0" head "https://github.com/casey/just.git", branch: "master"