Skip to content

Commit 2347970

Browse files
authored
Merge pull request #252270 from Homebrew/bump-dockcheck-0.7.4
dockcheck 0.7.4
2 parents 691ee96 + d0f6d71 commit 2347970

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.7.3.tar.gz"
5-
sha256 "fa0f570f8ab2f3282375af8686f4e1fb4ba4ae14ae1b2d71923f0138f63cbba5"
4+
url "https://github.com/mag37/dockcheck/archive/refs/tags/v0.7.4.tar.gz"
5+
sha256 "4955d2db666d2c85ac23e250a72bf1425a203bf7519a6f499924911c4ca60579"
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: "7cd404bff37a4f5b0580b910607081c90c485b43a8e9a733096002e29af3a297"
10+
sha256 cellar: :any_skip_relocation, all: "a8148932c3cea54efaaf09836bb67bc9689f03fa3b036fa5a7f0e9a9cda520c4"
1111
end
1212

1313
depends_on "jq"

0 commit comments

Comments
 (0)