From cf40ff07778218aa7e28ddc6eedf513e58d68153 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 6 May 2024 14:41:12 -0400 Subject: [PATCH 1/2] portablegl 0.98.0 autobump: add portablegl Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/p/portablegl.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index fd9c92522455..5b4a150084a7 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1675,6 +1675,7 @@ poke policy_sentry ponyc popeye +portablegl postgis postgrest powerman diff --git a/Formula/p/portablegl.rb b/Formula/p/portablegl.rb index 985f22e9e5cd..dc274733c0d8 100644 --- a/Formula/p/portablegl.rb +++ b/Formula/p/portablegl.rb @@ -2,8 +2,8 @@ class Portablegl < Formula desc "Implementation of OpenGL 3.x-ish in clean C" homepage "https://github.com/rswinkle/PortableGL" url "https://github.com/rswinkle/PortableGL.git", - tag: "0.97.1", - revision: "24f8840b800f247c328860c578c19b0535be6d58" + tag: "0.98.0", + revision: "79fe2816009bca0f8f5f06c21930531e854edb89" license "MIT" head "https://github.com/rswinkle/PortableGL.git", branch: "master" From 05c15db2574eb9cfd3490dfb00bbae712cb54975 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 6 May 2024 22:02:33 +0000 Subject: [PATCH 2/2] portablegl: update 0.98.0 bottle. --- Formula/p/portablegl.rb | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Formula/p/portablegl.rb b/Formula/p/portablegl.rb index dc274733c0d8..f1db6e990566 100644 --- a/Formula/p/portablegl.rb +++ b/Formula/p/portablegl.rb @@ -8,14 +8,7 @@ class Portablegl < Formula head "https://github.com/rswinkle/PortableGL.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "abb0c595bf1ede018e8e0644d3aa263c9cd65af2572c16590b6214f23aa7f402" - sha256 cellar: :any_skip_relocation, arm64_monterey: "abb0c595bf1ede018e8e0644d3aa263c9cd65af2572c16590b6214f23aa7f402" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "abb0c595bf1ede018e8e0644d3aa263c9cd65af2572c16590b6214f23aa7f402" - sha256 cellar: :any_skip_relocation, sonoma: "fc866f73a0cffcbc313a1eb276659dbea3e8d22a87cf9742523e73605ce65ffe" - sha256 cellar: :any_skip_relocation, ventura: "abb0c595bf1ede018e8e0644d3aa263c9cd65af2572c16590b6214f23aa7f402" - sha256 cellar: :any_skip_relocation, monterey: "abb0c595bf1ede018e8e0644d3aa263c9cd65af2572c16590b6214f23aa7f402" - sha256 cellar: :any_skip_relocation, big_sur: "abb0c595bf1ede018e8e0644d3aa263c9cd65af2572c16590b6214f23aa7f402" - sha256 cellar: :any_skip_relocation, x86_64_linux: "acdd41c99fd456db8443da0d8b1bd7a85da618b6f7c885749527a125729bb25d" + sha256 cellar: :any_skip_relocation, all: "e44ca6367a1db6932e876a273760e39003eff57ece05810fbc50dd94c8e3f46a" end depends_on "sdl2" => :test