Skip to content

Commit a7d9a6d

Browse files
authored
Merge pull request #228777 from Homebrew/bump-dockcheck-0.6.8
dockcheck 0.6.8
2 parents 7d6ca1a + 8042688 commit a7d9a6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/d/dockcheck.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class Dockcheck < Formula
22
desc "CLI tool to automate docker image updates"
33
homepage "https://github.com/mag37/dockcheck"
4-
url "https://github.com/mag37/dockcheck/archive/refs/tags/v0.6.7.tar.gz"
5-
sha256 "cead1f7ae95b2cafadb70638f41e9a17d24e70c79efe50b4aa4b557e7d67b28c"
4+
url "https://github.com/mag37/dockcheck/archive/refs/tags/v0.6.8.tar.gz"
5+
sha256 "4e88e57970082ca5a3fcf5b6f1eff948347bf89254e1709e5df6ac6644e8184a"
66
license "GPL-3.0-only"
77
head "https://github.com/mag37/dockcheck.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "2e97e5124048c31afc7fda841805e2add4c0c2769b51e2b9c5534f2c6ea96206"
10+
sha256 cellar: :any_skip_relocation, all: "246e6f694ea7a248a17e7113228674d6e96f2910761e82c0b25037d3c83c43dc"
1111
end
1212

1313
depends_on "jq"

0 commit comments

Comments
 (0)