diff --git a/Formula/g/git-cliff.rb b/Formula/g/git-cliff.rb index 246712f671d59..2c0aef5947f42 100644 --- a/Formula/g/git-cliff.rb +++ b/Formula/g/git-cliff.rb @@ -1,18 +1,18 @@ class GitCliff < Formula desc "Highly customizable changelog generator" homepage "https://github.com/orhun/git-cliff" - url "https://github.com/orhun/git-cliff/archive/refs/tags/v1.3.1.tar.gz" - sha256 "909b652939299040ebbd15994d710aff7e38fa38683bb5111dd46cc4ed454b43" + url "https://github.com/orhun/git-cliff/archive/refs/tags/v1.4.0.tar.gz" + sha256 "8ec9a2c9cd0e97a8111a82bcf2fce415f40818897bdc76a2c5cc63d99114ec30" license all_of: ["Apache-2.0", "MIT"] bottle do - sha256 cellar: :any, arm64_sonoma: "d105241e4938241dadf3339827303bff621f9b148975e2668f4b0a865b1cf3f5" - sha256 cellar: :any, arm64_ventura: "265420c86b0cb0818ea00b0112f78ce85936a1215c0e86eb0d28b8b892cc83d9" - sha256 cellar: :any, arm64_monterey: "611c085855ca2bc9ee77539ce104f6b538269b2175f99bfb1f1479d1e6253c25" - sha256 cellar: :any, sonoma: "d4ef877b14ba2b3a3b6ced90407a3c4ff2794dc0ce0abadc5e4d761b1e8864b8" - sha256 cellar: :any, ventura: "d4a5553e5fd5df120570fc02cb51eccbd8e61e11f780f3ca27b71bfb17662321" - sha256 cellar: :any, monterey: "e74d9a12e07e2f6a8f3a982f3aad52f30261bdd581344e1e0180509fe448ea21" - sha256 cellar: :any_skip_relocation, x86_64_linux: "729942b1b50484dc32740d06bec62299db54fc4b209d9446b90643ba208e0b7a" + sha256 cellar: :any, arm64_sonoma: "7763105faf1d1e8c135a5270ee3785f4ced1285cbd03174dfe2f6485ee7b61f4" + sha256 cellar: :any, arm64_ventura: "e20b7dbc635f860a3e8f02b5d76bb1915b964791876e426358c28a30f56d0a1a" + sha256 cellar: :any, arm64_monterey: "150ebcb6afbc4f77db10e58df1f21a1cc378c2640581d01ff6b73504324f575d" + sha256 cellar: :any, sonoma: "76fe09d233cca43759946fecc1fda079cc62e540ef670a1997d3c6e7df9e6256" + sha256 cellar: :any, ventura: "258e5f7e4cbdc91dba2b7177ce5f2b532eced6378ee16a5fe40743233a1901dc" + sha256 cellar: :any, monterey: "845954b8c8191a10c4892afef729f6681c675410736e858d90feb9f0b3cc57aa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0bf03df8f277405c695c632bbc2745cac390d7ca8923c6c5bcb19fe71533002d" end depends_on "pkg-config" => :build