Skip to content

Commit c84e2ef

Browse files
authored
Merge pull request Homebrew#225187 from Homebrew/bump-dockcheck-0.6.6
dockcheck 0.6.6
2 parents f988096 + 34ba788 commit c84e2ef

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.5.tar.gz"
5-
sha256 "1bba0dbbb02942a5b9d357add210b4d862f0e2188cd20876bdb59be06c407dbb"
4+
url "https://github.com/mag37/dockcheck/archive/refs/tags/v0.6.6.tar.gz"
5+
sha256 "1081220968eeeffe2a701856394a6368250cdecd19b84ee8f008003eb591bd9a"
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: "a26c1b3b807e2aefa1555369cb3417b80188a3364fa4e5d15fc8047e9e005d2b"
10+
sha256 cellar: :any_skip_relocation, all: "d8edd9de5e2f47a8ad746ae64f75b6a33cfd51e15a8e887be7e173c7c3a9c549"
1111
end
1212

1313
depends_on "jq"

0 commit comments

Comments
 (0)