Skip to content

Commit

Permalink
Merge pull request #194768 from Homebrew/bump-pyenv-2.4.16
Browse files Browse the repository at this point in the history
pyenv 2.4.16
  • Loading branch information
BrewTestBot authored Oct 17, 2024
2 parents cb3818f + 989e235 commit 8fe4bb5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/p/pyenv.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Pyenv < Formula
desc "Python version management"
homepage "https://github.com/pyenv/pyenv"
url "https://github.com/pyenv/pyenv/archive/refs/tags/v2.4.15.tar.gz"
sha256 "87aad5b31293d4a4d9502a51084a41ac9652d013bd34e242615c2386fe2582f7"
url "https://github.com/pyenv/pyenv/archive/refs/tags/v2.4.16.tar.gz"
sha256 "0df06f613c72bfa2d12c1c8cb47087f00fb320d793cf5c106404eff39c1c2f8b"
license "MIT"
version_scheme 1
head "https://github.com/pyenv/pyenv.git", branch: "master"
Expand All @@ -13,12 +13,12 @@ class Pyenv < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "49b909db991325f69c8025aec644c392f6ba2399f80a61f23ee680f5f15349e4"
sha256 cellar: :any, arm64_sonoma: "03ed2b5545800a65f4cecf71fbd4f12c426a836e333eff246d6e1c799f612d52"
sha256 cellar: :any, arm64_ventura: "e7a103e8e2b320cab4ce7a8cc14ea41129bf54e30ff30549b6729c40efe15dda"
sha256 cellar: :any, sonoma: "418625c6190daa893fd2debb7602b2f37a2837c0d407d9d093556c864107d07c"
sha256 cellar: :any, ventura: "e9b6f6066eaa0bdcd5bdc161c1f80b973b76623d1d57e7d0aad79b19ac31df12"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7f440a20288ec5adc9b711344f765a4a61eecc9bbd783e484e791b4164292555"
sha256 cellar: :any, arm64_sequoia: "fcb165225716a31f8b838290f64824cd0ff5452163f9f9df08a10d6299c8ae24"
sha256 cellar: :any, arm64_sonoma: "1ceb1e9e05c14d0f3363c1fc15ac7c122409f030dfcd0c26528bc097a12be80f"
sha256 cellar: :any, arm64_ventura: "ce03fb58c4b6ffb3d4304d646d82b2fdc9e0a17c0bb161c1b12658dc06e2099b"
sha256 cellar: :any, sonoma: "d1a82577aaf386bc8112f65f10a9045ea27dde427d94318dc84d39a8fd482fd9"
sha256 cellar: :any, ventura: "f68a671265e1ae15ea357af1538fb7afd67d37fc972252f2f613d1ba7eca6d22"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c18753a7c40aa69cb0889cb4b258efcdaff25134157dad6dc5fbccf022b2f64d"
end

depends_on "autoconf"
Expand Down

0 comments on commit 8fe4bb5

Please sign in to comment.