Skip to content

Commit

Permalink
Merge pull request #161607 from Porkepix/bump-immortal-0.24.5
Browse files Browse the repository at this point in the history
immortal 0.24.5
  • Loading branch information
BrewTestBot authored Feb 2, 2024
2 parents 0acd964 + c0437e8 commit 0879721
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions Formula/i/immortal.rb
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
class Immortal < Formula
desc "OS agnostic (*nix) cross-platform supervisor"
homepage "https://immortal.run/"
url "https://github.com/immortal/immortal/archive/refs/tags/0.24.4.tar.gz"
sha256 "a343581dbe58fb0faa1c65b233a067820d8d5ecefc9726da5ad3ef979a2a0b08"
url "https://github.com/immortal/immortal/archive/refs/tags/0.24.5.tar.gz"
sha256 "5f07bb7832200e56551e49b7c812fc107b3718468036c9fb1ba1db57c57869d4"
license "BSD-3-Clause"
head "https://github.com/immortal/immortal.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2bf206820212da7d26fd29b8533301dfea38955bb79e87e268158b07bb09cd8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "98259ae7b58b5c2066ae44ea802b0a513574a7f5850e6b9156621fef9e693409"
sha256 cellar: :any_skip_relocation, arm64_monterey: "516bb39ac0742d272011dd2804b18677d83233717af8233f35f1a81f21f0a7fe"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "b2df85d157c9c1c6273dc516619ae18477f2574fe7a67b2145ab040272f4eb6b"
sha256 cellar: :any_skip_relocation, sonoma: "b4bc90a90a96ff9b8939e1fb77c2f50e2ffe2abe2e6355404a4a2ee06920fd8f"
sha256 cellar: :any_skip_relocation, ventura: "d3294c861c1cb7a9ace5c8a4692f9df80425b800f678b36735be4e7e4fb1412e"
sha256 cellar: :any_skip_relocation, monterey: "9ba02f8783dd2005d344f16484ba9ae1ac1a714330bae6504aeef327b3677383"
sha256 cellar: :any_skip_relocation, big_sur: "f621661ecfdba43e97f0c031b5de4577c080307271bbdf813ac69384b486cc33"
sha256 cellar: :any_skip_relocation, catalina: "305a72330b69876b658ac5a2d0c9daa0f32c2bd99efd3b837a11345715d21aa3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "67f539cf58912b6e954293efd7983d17f9a82670cae7faea1a979bf5c63b5887"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "abd24f840121f022fe89d409a00e5b47c943fe9baa1ecae3268b54f63fbb3827"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a0bd1667b7385bc20b7c1b2590248f6431dcd129bcdfd8dc2311775ddbc4e94e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fe5963c725ffa56c85a968228db14c13ade71032132cc850a605400ea28d09d8"
sha256 cellar: :any_skip_relocation, sonoma: "ecc6af8a28056e344789332ebebb4cb59b1836869f24e11962a38ee6de926e51"
sha256 cellar: :any_skip_relocation, ventura: "f3588f52a1349fd2e6e625c1495a1a73bd06170496efa3712e17147c25603a99"
sha256 cellar: :any_skip_relocation, monterey: "d31e1c6e65c7e1967d82446159267b473c0ca0e30a816861046e5bb89052b993"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3ba2d3e2c6a8a4d5c53b9eb6a606732403ba0fff5d1e4493724ef0d34863573b"
end

depends_on "go" => :build
Expand Down

0 comments on commit 0879721

Please sign in to comment.