Skip to content

Commit

Permalink
Merge pull request #200727 from Homebrew/bump-just-1.38.0
Browse files Browse the repository at this point in the history
just 1.38.0
  • Loading branch information
BrewTestBot authored Dec 11, 2024
2 parents 3b36571 + 3078c2c commit dbc1039
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/j/just.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -12,12 +12,12 @@ class Just < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "80491ee2e4f3987dbcff483a0926cf6702c96753f5c44c3f5ec2a437693da501"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a846d10baef4b84a02c4ef0e19f0477ffd18937b8ceb87d3570abe382eaee73"
sha256 cellar: :any_skip_relocation, arm64_ventura: "30ce4485fcd929958082df00da8f179891696ae3997c5b4c5b4f9ed4b28dae26"
sha256 cellar: :any_skip_relocation, sonoma: "33b649f5e04fbd2db2d1be019bfd99cf30f5e71ab50912962d2cac7d1acebc41"
sha256 cellar: :any_skip_relocation, ventura: "434c179c08d9575deb46265194e8c13b016f65c1d3e8032831e93648188b529a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "accf78bce36bbf68133d125710843a9a79ae5bc198cdedccfb634204de787d62"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7105d991eee61b2ba03090f6324356f1ed9dc0aa9f093402c7fd8eaa4287fd1e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a3f21a3ccedbef806eae7111a8d7f90a8be2c83455d98c6ffbdc2328655678a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "25d8d9ae6f0fab4760bd8c2e1dbb732cdc881222d0cd52014ba6e9313d39ce9b"
sha256 cellar: :any_skip_relocation, sonoma: "5a5cafdecf7bb541e47cabb82436f8067a7c0eb6dc83625ba929aa8822328cf4"
sha256 cellar: :any_skip_relocation, ventura: "daed72125fd53bef76a3b278f192fbf70814806c732e0519e232696203f7425c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8e3a2b92f0bd2fe5d2ddb0b40d6f11d8e37876504d061cba3e2e539a43328c48"
end

depends_on "rust" => :build
Expand Down

0 comments on commit dbc1039

Please sign in to comment.