Skip to content

Commit

Permalink
Merge pull request #170962 from Homebrew/bump-portablegl-0.98.0
Browse files Browse the repository at this point in the history
portablegl 0.98.0
  • Loading branch information
BrewTestBot authored May 6, 2024
2 parents 3881335 + 05c15db commit a5d6f55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1675,6 +1675,7 @@ poke
policy_sentry
ponyc
popeye
portablegl
postgis
postgrest
powerman
Expand Down
13 changes: 3 additions & 10 deletions Formula/p/portablegl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,13 @@ 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"

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
Expand Down

0 comments on commit a5d6f55

Please sign in to comment.