From fafe2d3cadd9df564f3fa21dc4bfcb505d373aaf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Dec 2024 23:00:02 +0000 Subject: [PATCH] just 1.38.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 c433b6c8b1165..2a53d6720cab8 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.37.0.tar.gz" - sha256 "13af58413af8f5d41d72c955de0ed9863a53f286df5f848e3d68bcb070b54ef2" + url "https://github.com/casey/just/archive/refs/tags/1.38.0.tar.gz" + sha256 "3d47e27755d39f40e1ca34bc0ef535fa514e7ed547b2af62311dcadd8bd6d564" license "CC0-1.0" head "https://github.com/casey/just.git", branch: "master"