Skip to content

Commit

Permalink
Merge pull request #200110 from Homebrew/bump-screenfetch-3.9.9
Browse files Browse the repository at this point in the history
screenfetch 3.9.9
  • Loading branch information
BrewTestBot authored Dec 5, 2024
2 parents 9d49293 + f154683 commit cfe9b3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2656,6 +2656,7 @@ scotch
scrapy
scrcpy
screen
screenfetch
scriptisto
scs
scummvm
Expand Down
22 changes: 8 additions & 14 deletions Formula/s/screenfetch.rb
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
class Screenfetch < Formula
desc "Generate ASCII art with terminal, shell, and OS info"
homepage "https://github.com/KittyKatt/screenFetch"
url "https://github.com/KittyKatt/screenFetch/archive/refs/tags/v3.9.1.tar.gz"
sha256 "aa97dcd2a8576ae18de6c16c19744aae1573a3da7541af4b98a91930a30a3178"
url "https://github.com/KittyKatt/screenFetch/archive/refs/tags/v3.9.9.tar.gz"
sha256 "65ba578442a5b65c963417e18a78023a30c2c13a524e6e548809256798b9fb84"
license "GPL-3.0-or-later"
head "https://github.com/KittyKatt/screenFetch.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f74fe3ee436f07d7d28ac69073daae1a8c44c2a0d1ddf151cb44544e5d39587e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a459983edd65f80429e748088c315bafbb3d378f398305ffee34524d0a61c88"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0d88f370f36c942227b1beb20c7fd27934beb6f8edcc3b8c1e713c1bf0910672"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7a8a196b1d61f4515270b2009a878dd0ca86052333ef1fea478f085c53b9b042"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "6f7e61ea4717eef72e68b006bcef5d6ff1aab08f7ba25f0a5c6b8e014ffb530b"
sha256 cellar: :any_skip_relocation, sonoma: "2fa851820900e94532a0a8cbb9735a91539ab6567bc8153c7d220545438ec3e5"
sha256 cellar: :any_skip_relocation, ventura: "3c4aece890a6db78cd9ad157a977f6c8fcafa750c9a1d10dfd6b468a9fcb29a7"
sha256 cellar: :any_skip_relocation, monterey: "64f48b67bd19de55e86169870401c92fc53229b0dfb72d7fb82a266569cf6b1e"
sha256 cellar: :any_skip_relocation, big_sur: "ab904d997e7f65041ea053d21da1b9acc385913f7d4051c7338bea85353a390b"
sha256 cellar: :any_skip_relocation, catalina: "ab904d997e7f65041ea053d21da1b9acc385913f7d4051c7338bea85353a390b"
sha256 cellar: :any_skip_relocation, mojave: "ab904d997e7f65041ea053d21da1b9acc385913f7d4051c7338bea85353a390b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6f7e61ea4717eef72e68b006bcef5d6ff1aab08f7ba25f0a5c6b8e014ffb530b"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c72a4b90d0fb8ffa29a46c886c26d93470d5a46a447edbe880e736c4223a4e14"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c72a4b90d0fb8ffa29a46c886c26d93470d5a46a447edbe880e736c4223a4e14"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c72a4b90d0fb8ffa29a46c886c26d93470d5a46a447edbe880e736c4223a4e14"
sha256 cellar: :any_skip_relocation, sonoma: "b68576c5aa125ad2165db21d10aab8d618bf1b39f984d7aba6f9b5ea49024e42"
sha256 cellar: :any_skip_relocation, ventura: "b68576c5aa125ad2165db21d10aab8d618bf1b39f984d7aba6f9b5ea49024e42"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a427038281e7efce1130d08f039d557bf1338d3f12a4ab3d316454496bde26b4"
end

# `screenfetch` contains references to `/usr/local` that
Expand Down

0 comments on commit cfe9b3b

Please sign in to comment.