Skip to content

Commit 3214e78

Browse files
author
github-actions
committed
bump pkgx from 2.1.3 to 2.1.4
1 parent 5e7491b commit 3214e78

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgx.rb

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Pkgx < Formula
22
desc "Run Anything"
33
homepage "https://pkgx.sh"
4-
url "https://github.com/pkgxdev/pkgx/releases/download/v2.1.3/pkgx-2.1.3.tar.xz"
5-
sha256 "494a13b363c6196a8fcff94e1a1502c4df9a57a2557b5de8d551a2a7401e0672"
4+
url "https://github.com/pkgxdev/pkgx/releases/download/v2.1.4/pkgx-2.1.4.tar.xz"
5+
sha256 "629979377ab20f516d4f5ed3f1faf6d04e4b7c2a7958909f910af9ee658a316f"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,10 +11,10 @@ class Pkgx < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_big_sur: "48f97c9075e933949025febcbdc17ec2597e47695f8ae042cd83680ec1fac339"
15-
sha256 cellar: :any_skip_relocation, big_sur: "e8a9070e469409be259cf48e798033b4f9640123cef5efa9ab4e5bd9652fdb18"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9298f5cf9735b4a53327b1bb359231be89abff5b8b9c6faca61ba79a6bdea2c6"
17-
root_url "https://github.com/pkgxdev/homebrew-made/releases/download/v2.1.3"
14+
sha256 cellar: :any_skip_relocation, arm64_big_sur: "908027feb89f7ea5720725b54e88ffd35b219db3eb2a03e74ce62916a8657ff2"
15+
sha256 cellar: :any_skip_relocation, big_sur: "90d89f25339161333a04bc231108f8419f4ee0ee842173e30b7e2d5cb41b95ff"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1cfbc9eb961495a5718d3edf352db171278e54da40a4d4dad5cd6a455336fac6"
17+
root_url "https://github.com/pkgxdev/homebrew-made/releases/download/v2.1.4"
1818
end
1919

2020
depends_on "deno" => :build

0 commit comments

Comments
 (0)