From 26729842bda3bd6abd97be5eb1595aa8d617a493 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 26 Oct 2023 15:42:52 +0000 Subject: [PATCH] bump pkgx from 1.0.4 to 1.1.0 --- pkgx.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgx.rb b/pkgx.rb index e91ac77..400b4d1 100644 --- a/pkgx.rb +++ b/pkgx.rb @@ -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 @@ -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