Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shopify CLI 3.59.0 #942

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions shopify-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,13 @@
class ShopifyCli < Formula
desc "A CLI tool to build for the Shopify platform"
homepage "https://github.com/shopify/cli#readme"
url "https://registry.npmjs.org/@shopify/cli/-/cli-3.58.2.tgz"
sha256 "dc58e6aac047fcf90a6b80b0197271f240bf020937f14b31d91c99cd2d797319"
url "https://registry.npmjs.org/@shopify/cli/-/cli-3.59.0.tgz"
sha256 "6d437ffe47062ad1c33c5ea2757477b614618105259a8ce5dea1fdd1510cfa69"
license "MIT"
depends_on "node"
depends_on "ruby"
depends_on "git"

resource "cli-theme-commands" do
url "https://registry.npmjs.org/@shopify/theme/-/theme-3.58.2.tgz"
sha256 "664887f9d3a3076efa69e24007bc2b05e12531a6271abbb69f23adc3fd08a4a7"
end

livecheck do
url :stable
end
Expand Down Expand Up @@ -52,9 +47,5 @@ def install
FileUtils.chmod("+x", executable_path)

bin.install_symlink executable_path

resource("cli-theme-commands").stage {
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
}
end
end
13 changes: 2 additions & 11 deletions shopify-cli@3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,13 @@
class ShopifyCliAT3 < Formula
desc "A CLI tool to build for the Shopify platform"
homepage "https://github.com/shopify/cli#readme"
url "https://registry.npmjs.org/@shopify/cli/-/cli-3.58.2.tgz"
sha256 "dc58e6aac047fcf90a6b80b0197271f240bf020937f14b31d91c99cd2d797319"
url "https://registry.npmjs.org/@shopify/cli/-/cli-3.59.0.tgz"
sha256 "6d437ffe47062ad1c33c5ea2757477b614618105259a8ce5dea1fdd1510cfa69"
license "MIT"
depends_on "node"
depends_on "ruby"
depends_on "git"

resource "cli-theme-commands" do
url "https://registry.npmjs.org/@shopify/theme/-/theme-3.58.2.tgz"
sha256 "664887f9d3a3076efa69e24007bc2b05e12531a6271abbb69f23adc3fd08a4a7"
end

livecheck do
url :stable
end
Expand Down Expand Up @@ -52,10 +47,6 @@ def install
FileUtils.chmod("+x", executable_path)

bin.install_symlink executable_path

resource("cli-theme-commands").stage {
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
}
end
end