From 54aaafb1201c1e1e26f885483f52cf540d0e3a45 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 14 Jan 2024 09:07:28 +0000 Subject: [PATCH] Update Preevy formula for version 0.0.60 --- Formula/preevy.rb | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/Formula/preevy.rb b/Formula/preevy.rb index 5eff5d6..025f568 100644 --- a/Formula/preevy.rb +++ b/Formula/preevy.rb @@ -1,29 +1,32 @@ -# This file is automatically generated by https://github.com/heroku/cli/blob/main/scripts/release/homebrew.js -# Do not update this file directly; -# Please update the template instead: -# https://github.com/heroku/cli/blob/main/scripts/release/homebrew/templates/heroku.rb +# This file is automatically generated by https://github.com/livecycle/preevy/blob/main/packages/cli/scripts/homebrew.js +# Do not update this file directly; Please update the template instead class Preevy < Formula desc "Quickly deploy preview environments to your cloud provider or Kubernetes cluster" homepage "https://preevy.dev" - url "https://releases.preevy.dev/versions/0.0.59/f2b1f88/preevy-v0.0.59-f2b1f88-darwin-x64.tar.gz" - sha256 "2edd0ed5f1ea6ef430f69d004f0bb46cce65b0833bc9593211ce203dcb25a22e" + url "https://github.com/livecycle/preevy/releases/download/v0.0.60/preevy-v0.0.60-darwin-x64.tar.gz" + sha256 "0781b5796bdac3ad88e5c6824f3d4ba973b571f3dc0b735a738a85a48ac889f6" license "Apache-2.0" - version "0.0.59" + version "0.0.60" on_macos do on_arm do - url "https://releases.preevy.dev/versions/0.0.59/f2b1f88/preevy-v0.0.59-f2b1f88-darwin-arm64.tar.gz" - sha256 "2edd0ed5f1ea6ef430f69d004f0bb46cce65b0833bc9593211ce203dcb25a22e" + url "https://github.com/livecycle/preevy/releases/download/v0.0.60/preevy-v0.0.60-darwin-arm64.tar.gz" + sha256 "df4ca646e1fe283a2aba2bcc982391c4447431697f73a980944af616e359b9f1" end end on_linux do - url "https://releases.preevy.dev/versions/0.0.59/f2b1f88/preevy-v0.0.59-f2b1f88-linux-x64.tar.gz" - sha256 "2edd0ed5f1ea6ef430f69d004f0bb46cce65b0833bc9593211ce203dcb25a22e" + url "https://github.com/livecycle/preevy/releases/download/v0.0.60/preevy-v0.0.60-linux-x64.tar.gz" + sha256 "4924edafdb46cbdfd29ef2cfb254ef5ab86be3ae94f1302093fdd46868e920e2" + on_arm do + url "https://github.com/livecycle/preevy/releases/download/v0.0.60/preevy-v0.0.60-linux-arm64.tar.gz" + sha256 "2b292dcbdb264d7dc06728715adbd4e56e319f333e33a0f82dbbbbfe2f17463c" + end end def install - inreplace "bin/preevy", /^CLIENT_HOME=/, "export PREEVY_OCLIF_CLIENT_HOME=#{lib/"client"}\nCLIENT_HOME=" + inreplace "bin/preevy", /^CLIENT_HOME=/, "export PREEVY_OCLIF_CLIENT_HOME=#{lib/"client"} +CLIENT_HOME=" libexec.install Dir["*"] bin.install_symlink libexec/"bin/preevy" end @@ -32,3 +35,4 @@ def install system bin/"preevy", "version" end end +