Skip to content

Commit

Permalink
bump pkgx from 1.1.1 to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 22, 2023
1 parent 12db02b commit a9a5e51
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgx.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Pkgx < Formula
desc "Run Anything"
homepage "https://pkgx.sh"
url "https://github.com/pkgxdev/pkgx/releases/download/v1.1.1/pkgx-1.1.1.tar.xz"
sha256 "a00c7f11af7fd5bfb07afd497114772ae0f89e8efcb4b1389a2ab34f44178964"
url "https://github.com/pkgxdev/pkgx/releases/download/v1.1.2/pkgx-1.1.2.tar.xz"
sha256 "9383ed2c34ef0a549a3520730bf44b81486ed4e1e243cf4399b970fe14d3844c"
license "Apache-2.0"

livecheck do
Expand All @@ -11,14 +11,14 @@ class Pkgx < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_big_sur: "ca9c396d127c64ced4c3c87a4ca9ec0f85f28336f22ea8c2f96448bed91066a5"
sha256 cellar: :any_skip_relocation, big_sur: "0ba8f79d5aae19d07de3570aae0bbab33e7c975af86057ce237e470d64665766"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "7b4a964a67edaffca791b430909026f662cfab0bb64c4df2b9c2b47cf88ceaa1"
sha256 cellar: :any_skip_relocation, big_sur: "eb12b84c0b875c609677d3e1cb43fa12bf2b879885184b1bdeadcd696d450476"
# Linux bottles fail currently: patchelf breaks deno compiled binaries.
# https://github.com/pkgxdev/brewkit/blob/main/share/brewkit/fix-elf.ts#L38-L42
# and it's not possible to skip relocation in linuxbrew:
# https://github.com/Homebrew/brew/blob/d1f60aea49d35fc0ba8f02a1f4fd26d0a369e071/Library/Homebrew/extend/os/linux/software_spec.rb
#sha256 cellar: :any_skip_relocation, x86_64_linux: "ed3c286ca3229d00b3fe66e3127215c9616f509100659a9e8646951cffda6f7a"
root_url "https://github.com/pkgxdev/homebrew-made/releases/download/v1.1.1"
#sha256 cellar: :any_skip_relocation, x86_64_linux: "90308610cdabbfe9babeef90881107be290070a1daac45f820b16edac0a36488"
root_url "https://github.com/pkgxdev/homebrew-made/releases/download/v1.1.2"
end

depends_on "deno" => :build
Expand Down

0 comments on commit a9a5e51

Please sign in to comment.