Skip to content

Commit

Permalink
Merge pull request #202126 from Homebrew/bump-procps-4.0.5
Browse files Browse the repository at this point in the history
procps 4.0.5
  • Loading branch information
BrewTestBot authored Dec 22, 2024
2 parents ee760a8 fd565e7 commit e6391ac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2464,6 2464,7 @@ primecount
primesieve
principalmapper
probe-rs-tools
procps
procs
proftpd
proj
Expand Down
14 changes: 7 additions & 7 deletions Formula/p/percona-xtrabackup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@ class PerconaXtrabackup < Formula
url "https://downloads.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-8.0.35-31/source/tarball/percona-xtrabackup-8.0.35-31.tar.gz"
sha256 "c6bda1e7f983e5a667bff22d1d67d33404db4e741676d03c9c60bbd4b263cabf"
license "GPL-2.0-only"
revision 9
revision 10

livecheck do
url "https://docs.percona.com/percona-xtrabackup/latest/"
Expand All @@ -19,12 19,12 @@ class PerconaXtrabackup < Formula
end

bottle do
sha256 arm64_sequoia: "74fc518ff44900f5d7a8655dabef6a918d61be57ac834eae7d1e191c345f9d0a"
sha256 arm64_sonoma: "c49845a74be172b8e3e8c05279f37937fc66f047840ba68ed968373dada3b161"
sha256 arm64_ventura: "07ac89eae43069436c2dcbdfaa18fefcda59c757a0283603cfa16a48bd9806ff"
sha256 sonoma: "f9d9e68d2c034033db20bbe6d9ed834b2d18b0e06efb93c2ecc4af78f3174401"
sha256 ventura: "31170bf64e849c5bdbf690ecd6d5044e7aa7140cb1bad0a6009de6120245b590"
sha256 x86_64_linux: "11f42f284efa4f1b4bb855b6aca9f97d13b13524d9886bfaa1b5222bb93ed7b4"
sha256 arm64_sequoia: "dcbfa284b06d4e13b0257572b48e4439e399634fa5ec386ebc3441aa1e40bd61"
sha256 arm64_sonoma: "0267922c3ab1bb13088ee69d0f1e193eb6bb51802498faa25d4e743b1303df05"
sha256 arm64_ventura: "e3159c40d946ab1d835796752ac8cf58d747be6cba870542f80516c31a653943"
sha256 sonoma: "96bc0828e36471db3a53b7467552b2d454afb6233bc28863c9b45977e3499387"
sha256 ventura: "ac7403309b0a8cdde899985001922fa589e204ff110409c0f65e7cdd2867a94d"
sha256 x86_64_linux: "8dbc24960ca95f9361d0174cc68b38f35192ca13c0ba19237c2f91301461e0bf"
end

depends_on "bison" => :build # needs bison >= 3.0.4
Expand Down
7 changes: 3 additions & 4 deletions Formula/p/procps.rb
Original file line number Diff line number Diff line change
@@ -1,14 1,13 @@
class Procps < Formula
desc "Utilities for browsing procfs"
homepage "https://gitlab.com/procps-ng/procps"
url "https://gitlab.com/procps-ng/procps/-/archive/v4.0.4/procps-v4.0.4.tar.gz"
sha256 "3214fab0f817d169f2c117842ba635bafb1cd6090273e311a8b5c6fc393ddb9d"
url "https://gitlab.com/procps-ng/procps/-/archive/v4.0.5/procps-v4.0.5.tar.gz"
sha256 "2c6d7ed9f2acde1d4dd4602c6172fe56eff86953fe8639bd633dbd22cc18f5db"
license "GPL-2.0-or-later"
head "https://gitlab.com/procps-ng/procps.git", branch: "master"

bottle do
rebuild 1
sha256 x86_64_linux: "79434886665c5ef94464c83bf595cba0c449be107fcc70f05ec249d96814a1a7"
sha256 x86_64_linux: "db70a3ee416f46a0d7b5618a3e3036afeec4e79dc4dddaa1802f4c2475c99c48"
end

depends_on "autoconf" => :build
Expand Down

0 comments on commit e6391ac

Please sign in to comment.