Skip to content

Commit

Permalink
Merge pull request #191285 from o2sh/update-onefetch.rb-1726785760
Browse files Browse the repository at this point in the history
onefetch 2.22.0
  • Loading branch information
BrewTestBot committed Sep 20, 2024
2 parents 27083d6 + edc89b4 commit 91ed597
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/o/onefetch.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Onefetch < Formula
desc "Command-line Git information tool"
homepage "https://onefetch.dev/"
url "https://github.com/o2sh/onefetch/archive/refs/tags/2.21.0.tar.gz"
sha256 "a035bc44ef0c04a330b409e08ee61ac8a66a56cb672f87a824d4c0349989eaf2"
url "https://github.com/o2sh/onefetch/archive/refs/tags/2.22.0.tar.gz"
sha256 "1741516c628bb70b432285aa78439c4acfeb5df19e48b8d85dba5f71336e190b"
license "MIT"
head "https://github.com/o2sh/onefetch.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a460ee9d7d6114508bc266ea2e9b00fa0cab3700fd58f7a41cb33d070b092c79"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3581ef45dadca882bb57a085849fd2ec9ba44c62d677c5ab08d5944a2f4d8a1a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9ca90fce57dc18ff55389d3567e3eba0a666a1d3e1c2f52b6bfe810889e6a19c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "5a091696f43ba20b0a0ba4abcce19d62be22e56782979490c18b8c8f6e733d61"
sha256 cellar: :any_skip_relocation, sonoma: "2bcfdcded391edaecc787c5f1165116cbe194e466ae97c67bd3e3dbe7ee0ed95"
sha256 cellar: :any_skip_relocation, ventura: "481eeab95ebd1df96337c4027ea5a5222609353958ea1ab906828fd076f5f6cf"
sha256 cellar: :any_skip_relocation, monterey: "3c7f7278fd8a8ab9f36dbb6df6a8c49101bf9dd3f130c2989928c5d44ed404ce"
sha256 cellar: :any_skip_relocation, x86_64_linux: "263294e626cc159116127e22f45443035721cbd2b70f9c81eb7c1b9b633ebdaa"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "32543d9359bf4d51a16bb0697ab1f9eef7922f9735e443b784cd980caaddfdb0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "413caa8752bdc098bde8f61cd443037367a1081e859260ec488d7396e780f820"
sha256 cellar: :any_skip_relocation, arm64_ventura: "87f7705ba92328a8cb550761a1f28a40bb5bb45b3cde81eb57ffe50e664f8c85"
sha256 cellar: :any_skip_relocation, sonoma: "7d7ec643430fe3b6253ffc108e7091a77dffd07b87099761b9101d334168f113"
sha256 cellar: :any_skip_relocation, ventura: "7e842546e35a7ba31a3636c5bd7583d2b29c48443443a76d22bbec3312a0c4d6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d514014e3ddd400c50e57aecd7410e015a6bbc17eb93a16ec0e33ce8011ac63a"
end

# `cmake` is used to build `zlib`.
Expand Down

0 comments on commit 91ed597

Please sign in to comment.