Skip to content

Commit

Permalink
bump pkgx from 1.1.2 to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 23, 2023
1 parent a9a5e51 commit f9b4c9f
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.2/pkgx-1.1.2.tar.xz"
sha256 "9383ed2c34ef0a549a3520730bf44b81486ed4e1e243cf4399b970fe14d3844c"
url "https://github.com/pkgxdev/pkgx/releases/download/v1.1.3/pkgx-1.1.3.tar.xz"
sha256 "c92075a5faaae507579b7e2e565cabed866b1d7c85cfe1fea2e9db52b3734d4e"
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: "7b4a964a67edaffca791b430909026f662cfab0bb64c4df2b9c2b47cf88ceaa1"
sha256 cellar: :any_skip_relocation, big_sur: "eb12b84c0b875c609677d3e1cb43fa12bf2b879885184b1bdeadcd696d450476"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "25a5ce526b1b5b368a96d64d2b3cb1a007b0e9470c32c9fef87b5eaa2a86cdae"
sha256 cellar: :any_skip_relocation, big_sur: "e179b2b6bbffef29e56e773302794769f412d107ec4b031d42d50a5ebea5dbe9"
# 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: "90308610cdabbfe9babeef90881107be290070a1daac45f820b16edac0a36488"
root_url "https://github.com/pkgxdev/homebrew-made/releases/download/v1.1.2"
#sha256 cellar: :any_skip_relocation, x86_64_linux: "5720ab623286291f02622156ad39d9b0f4368315d380a4b1ff8906e1fa0c391f"
root_url "https://github.com/pkgxdev/homebrew-made/releases/download/v1.1.3"
end

depends_on "deno" => :build
Expand Down

0 comments on commit f9b4c9f

Please sign in to comment.