Skip to content

Commit

Permalink
Merge pull request #204682 from branchvincent/bump-pkgx-2.1.1
Browse files Browse the repository at this point in the history
pkgx 2.1.1
  • Loading branch information
BrewTestBot authored Jan 18, 2025
2 parents 7a5a550 + aaa1184 commit a7130c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2498,6 +2498,7 @@ pjproject
pkg-config-wrapper
pkgconf
pkgdiff
pkgx
pkl
plantuml
planus
Expand Down
16 changes: 8 additions & 8 deletions Formula/p/pkgx.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Pkgx < Formula
desc "Standalone binary that can run anything"
homepage "https://pkgx.sh"
url "https://github.com/pkgxdev/pkgx/archive/refs/tags/v2.1.0.tar.gz"
sha256 "ddf5fa089446147f304191fa38b745176d57dffecc6e9c16f82f93efc6a11c5d"
url "https://github.com/pkgxdev/pkgx/archive/refs/tags/v2.1.1.tar.gz"
sha256 "853f61de9b5ff7507346e47f9d6b7de361253eff95911641838230e380fca9e1"
license "Apache-2.0"
head "https://github.com/pkgxdev/pkgx.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "acc706537e61dd2af1820c050d597391aa2ab77f564a8cde4dfb5a9518e219c3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "05431a3bfe321785575475f0a965482452b1178f136081d2ff74d33c13128d55"
sha256 cellar: :any_skip_relocation, arm64_ventura: "224a1ffe0c053f6cb98d113d8d16fe94edd397600da7d07625e132bc6ce3e72b"
sha256 cellar: :any_skip_relocation, sonoma: "914f6a489d66b9821b1b22a78848692a1ba7cf93c7f070f42a1d7f2547b69a89"
sha256 cellar: :any_skip_relocation, ventura: "b777cd91d17e9a7f0a3ea9415c44db1e1c5c9692c1c66520d0f5cd6b74fb2f9d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7158dc75ccab6c6fafcafeff6b8d976afbc1ee478bdab4e6981fde060b402b83"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5f77987ce353af185be7d7c4d1a13e6c38a62bf75046284e1e93c0283a9288d1"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e81d0f1eea7410e0b93fdd3df9bb0050b1b0ea5bfbf547687d3f6ae99c99996"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f2a3e62201da98b970822c4f7dbbe7a6b674a9f49ae752c1731855ecc2a4e515"
sha256 cellar: :any_skip_relocation, sonoma: "39c01540f7b68c7b44ee2f9118f07081aa5f742be89133b954f1cf2b4f995fd9"
sha256 cellar: :any_skip_relocation, ventura: "df20febf873562fedbe09cd487e8ad3aaf80059dbe5f065b2919fb4a53daf0ec"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ff24611811bf0e7cba81e298e5d2e060447a09fad7e1b631bf794fdd98b073ce"
end

depends_on "rust" => :build
Expand Down

0 comments on commit a7130c4

Please sign in to comment.