From 03facce2a4133ab3828a6a8499613c4a50a64b1d Mon Sep 17 00:00:00 2001 From: Michael Cho <20700669+cho-m@users.noreply.github.com> Date: Sat, 24 Aug 2024 22:44:22 +0000 Subject: [PATCH] pygments: update 2.18.0 bottle. --- Formula/p/pygments.rb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Formula/p/pygments.rb b/Formula/p/pygments.rb index a861b3339264e..5bf3631915e14 100644 --- a/Formula/p/pygments.rb +++ b/Formula/p/pygments.rb @@ -9,13 +9,8 @@ class Pygments < Formula head "https://github.com/pygments/pygments.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5305b796d4c8118bfe3e186adb9726df52be21dd085edd99e934ec49bf16e40" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c5305b796d4c8118bfe3e186adb9726df52be21dd085edd99e934ec49bf16e40" - sha256 cellar: :any_skip_relocation, arm64_monterey: "c5305b796d4c8118bfe3e186adb9726df52be21dd085edd99e934ec49bf16e40" - sha256 cellar: :any_skip_relocation, sonoma: "c5305b796d4c8118bfe3e186adb9726df52be21dd085edd99e934ec49bf16e40" - sha256 cellar: :any_skip_relocation, ventura: "c5305b796d4c8118bfe3e186adb9726df52be21dd085edd99e934ec49bf16e40" - sha256 cellar: :any_skip_relocation, monterey: "c5305b796d4c8118bfe3e186adb9726df52be21dd085edd99e934ec49bf16e40" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2d0ad45bd306af2760a03127431c43846a8df9e2f49daa4ee14eaab1c62dc47b" + rebuild 1 + sha256 cellar: :any_skip_relocation, all: "e8a37630d02d45511954314ad4c1499c2b22c9b8d3fd21c6e5530d1fa982e704" end depends_on "python@3.12"