Skip to content

Commit

Permalink
Merge pull request #132965 from chenrui333/bump-ddcutil-1.4.2
Browse files Browse the repository at this point in the history
ddcutil 1.4.2
  • Loading branch information
BrewTestBot authored Jun 6, 2023
2 parents ed91dba + 7f9020f commit 83aaeb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/ddcutil.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Ddcutil < Formula
desc "Control monitor settings using DDC/CI and USB"
homepage "https://www.ddcutil.com"
url "https://www.ddcutil.com/tarballs/ddcutil-1.4.1.tar.gz"
sha256 "9803e7da37f6034c22b330de77a1ca70aaead754dd07916b8fcae76221f6b8f9"
url "https://www.ddcutil.com/tarballs/ddcutil-1.4.2.tar.gz"
sha256 "c06c136617911e2e6919fe9607d84677c9bfa4b3a69e5618ad2e5d77e408b404"
license "GPL-2.0-or-later"

livecheck do
Expand All @@ -11,7 +11,7 @@ class Ddcutil < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, x86_64_linux: "52583dfb866c178c7b47ff0d804df360adbd18b85f6ae76ca0a80d9a7372e18d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "81ca3a36ff15b916ecc97d115224adbfcb9f50388b4cc89559a4596e654ee6a6"
end

depends_on "pkg-config" => :build
Expand Down

0 comments on commit 83aaeb1

Please sign in to comment.