Skip to content

Commit

Permalink
bump pkgx from 1.0.4 to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 26, 2023
1 parent 9abc038 commit 2672984
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.0.4/pkgx-1.0.4.tar.xz"
sha256 "aa41b50932d009f0fa37482c349300c15263c477cbd6b9d7fa9dd6aef5a465c6"
url "https://github.com/pkgxdev/pkgx/releases/download/v1.1.0/pkgx-1.1.0.tar.xz"
sha256 "06b4190b34f7ec62176b79e2cfaca59f310ceb861c0727bf867fe481f7ed5758"
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: "9bdf3ace44d7f8e7df4a2c3c97b70ada06b883d935a7c4aee6e3922d7b598b67"
sha256 cellar: :any_skip_relocation, big_sur: "289a6030e880f5cdf1646e5a6351698a1edf400d7778d31e5754bbd3e2baa99d"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "2dd6ab98bf0728c1036fc1ae930422a2bb9a503800a855351c9e339548cc1fcf"
sha256 cellar: :any_skip_relocation, big_sur: "4f6769e2c1dbdc082b41155896c2d2853a04f485bb2719f30d2eba2e761ac8b3"
# 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: "154405ade3d6f24c2adb9b9329f50bd0cc0cf4c56f288a2a480b4df2a4f8bd44"
root_url "https://github.com/pkgxdev/homebrew-made/releases/download/v1.0.4"
#sha256 cellar: :any_skip_relocation, x86_64_linux: "3cfe1c994c1c00914af5936c4a118723e9de72f1b2326c7b7cadbb71a29a62ff"
root_url "https://github.com/pkgxdev/homebrew-made/releases/download/v1.1.0"
end

depends_on "deno" => :build
Expand Down

0 comments on commit 2672984

Please sign in to comment.