Skip to content

Commit 7b52926

Browse files
authored
Merge pull request #205162 from Homebrew/livecheck-podman
podman: add livecheck, update stable url
2 parents d283071 + 016ac37 commit 7b52926

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

Formula/p/podman.rb

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
11
class Podman < Formula
22
desc "Tool for managing OCI containers and pods"
33
homepage "https://podman.io/"
4-
url "https://github.com/containers/podman.git",
5-
tag: "v5.3.2",
6-
revision: "85043bb1a3818102194afa82845cb63841067c9c"
4+
url "https://github.com/containers/podman/archive/refs/tags/v5.3.2.tar.gz"
5+
sha256 "e7d7abf2d4ecae7217af017a4199d555563721bf6c3ae52e68704ee8268c432b"
76
license all_of: ["Apache-2.0", "GPL-3.0-or-later"]
87
head "https://github.com/containers/podman.git", branch: "main"
98

9+
# There can be a notable gap between when a version is tagged and a
10+
# corresponding release is created and upstream uses GitHub releases to
11+
# indicate when a version is released, so we check the "latest" release
12+
# instead of the Git tags. Maintainers confirmed:
13+
# https://github.com/Homebrew/homebrew-core/pull/205162#issuecomment-2607793814
14+
livecheck do
15+
url :stable
16+
strategy :github_latest
17+
end
18+
1019
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8dd4222f51fb1ddc2378729d0d9ba398cbab3a961a471e5ea4e5ccf36ada3dc6"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "89dcd526528e1ac229bb1485536aa346660e8126edc45c81e1e5074e31e45fab"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "60328a1f2ce8bd0bc9454ff13f9093e01ccdaac7d24d4747f7fb2f328ad97a62"
14-
sha256 cellar: :any_skip_relocation, sonoma: "1ca66fa074aaf7f0772830004b6076ae326e727ac6f9ccd73b2714d8525fe579"
15-
sha256 cellar: :any_skip_relocation, ventura: "cbdd3936448de6578ccd9cb8958a2ecdee887602e053d4a0c62a0e71819fc28b"
16-
sha256 x86_64_linux: "f6d7b93ab8edffb2d26cbb03c641bce3752f9f10a03b55ab40bb298b1fb5f49c"
20+
rebuild 1
21+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "40d0bce7840fc2b4e1c38850cd99e3788cd35bfa2a9bce3e190ac2ab14f7fa41"
22+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "807f8831aef3b4fbd268409bd43f3d1e027b24ff0b8c6a420ec18cc31b14a3e6"
23+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ca005bd6f119fc84cbd32e9dbfdac9e72d2024591489d23b63e61f8f30e6fb70"
24+
sha256 cellar: :any_skip_relocation, sonoma: "ff76012e8d04d2112214807873e2309834f659fc3d8b3927703d1e09aa1f0713"
25+
sha256 cellar: :any_skip_relocation, ventura: "3e76b6d472c6cef038eab844853d151583e9ade1d6bc35a87aa521f53fd57b8f"
26+
sha256 x86_64_linux: "4b7198518ea7728c16aa8c14d9d5ba24f84af23c3fe6cfbeb16fbde63e9362e7"
1727
end
1828

1929
depends_on "go" => :build

0 commit comments

Comments
 (0)