Skip to content

Commit

Permalink
Merge pull request #171499 from Homebrew/bump-regipy-4.2.1
Browse files Browse the repository at this point in the history
regipy 4.2.1
  • Loading branch information
BrewTestBot committed May 12, 2024
2 parents e836872 + ce1300c commit bb7d3c7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/r/regipy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ class Regipy < Formula

desc "Offline registry hive parsing tool"
homepage "https://github.com/mkorman90/regipy"
url "https://files.pythonhosted.org/packages/ab/69/59864fb77359018a16170be2ace82de8d40b547029bdc2dda4e8421f3971/regipy-4.2.0.tar.gz"
sha256 "b60ab02132e3b6111c368945917cccea08988e5618e64d20e83af98fe3b5630b"
url "https://files.pythonhosted.org/packages/a3/61/041b38dc8058f0e99725bc6b72065afba1d2d55b3f4f58cf68f881b92e3d/regipy-4.2.1.tar.gz"
sha256 "1027b9c6eb41f7be43a9af49710b0e04c99c19662fbf7b959199d66a2ff89af6"
license "MIT"
head "https://github.com/mkorman90/regipy.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f65ec806ab7206d3a1d92caefa2ef7cb2358676558c15042d86d2210a4924d7c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f65ec806ab7206d3a1d92caefa2ef7cb2358676558c15042d86d2210a4924d7c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f65ec806ab7206d3a1d92caefa2ef7cb2358676558c15042d86d2210a4924d7c"
sha256 cellar: :any_skip_relocation, sonoma: "f65ec806ab7206d3a1d92caefa2ef7cb2358676558c15042d86d2210a4924d7c"
sha256 cellar: :any_skip_relocation, ventura: "f65ec806ab7206d3a1d92caefa2ef7cb2358676558c15042d86d2210a4924d7c"
sha256 cellar: :any_skip_relocation, monterey: "f65ec806ab7206d3a1d92caefa2ef7cb2358676558c15042d86d2210a4924d7c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4ff186429e064ae619369d178980eaef353c8bf8b1ba2b007c8bf255966d04ed"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "99dd85098ef2b263295e1295aadd1a9ca782aa428c45d5fdbcc48d0b0c8bbdc7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "13f2f2ddf4063119cb89134f32bcf87cc2c57061c5fd6626fe2efcea4d94fb0a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6f41692330dc38feaddae0e17c8c63a982ad792e2314855499a3bb9d954dcd1a"
sha256 cellar: :any_skip_relocation, sonoma: "d2d439f52a1bac7fef6612272c50140212b271215d6352d365c6b7ca3899c877"
sha256 cellar: :any_skip_relocation, ventura: "3b221d9e82f28ac419371b3f3e739c84d5762c1347dc13a46edf9cbdc0782b36"
sha256 cellar: :any_skip_relocation, monterey: "ee0fa86c9d1b3fa5d972f355abf42b832ef6556f3bde9a4f79d157b8f5349e05"
sha256 cellar: :any_skip_relocation, x86_64_linux: "259c2b6f4ce609cdd6b718e7a0a713b89cde0adc0636dd2a72873b91b8210a12"
end

depends_on "python@3.12"
Expand Down

0 comments on commit bb7d3c7

Please sign in to comment.