Skip to content

Commit

Permalink
Auto-update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh authored and github-actions[bot] committed Jul 5, 2024
1 parent 5c971cb commit 74bc74f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Formula/edgedb-cli-nightly.rb
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
class EdgedbCliNightly < Formula
desc "Latest release of the EdgeDB command-line client (edgedb)"
homepage "https://github.com/edgedb/edgedb-cli"
version "5.2.0-dev.1168"
version "5.2.0-dev.1169"

on_macos do
if Hardware::CPU.physical_cpu_arm64?
url "https://packages.edgedb.com/archive/aarch64-apple-darwin.nightly/edgedb-cli-5.2.0-dev.1168+e409edd",
url "https://packages.edgedb.com/archive/aarch64-apple-darwin.nightly/edgedb-cli-5.2.0-dev.1169+d52838a",
using: :nounzip
sha256 "f1adee3c26d61d607492eda284461cf33f21f142a364821cd7e5955a13cb46cb"
sha256 "39ebca92b8809ad77cc39aedb7a81159e1f6d66320e911db4196188c92ac0c11"

def install
bin.install "edgedb-cli-5.2.0-dev.1168+e409edd" => "edgedb-nightly"
bin.install "edgedb-cli-5.2.0-dev.1169+d52838a" => "edgedb-nightly"
end
elsif Hardware::CPU.intel?
url "https://packages.edgedb.com/archive/x86_64-apple-darwin.nightly/edgedb-cli-5.2.0-dev.1168+e409edd",
url "https://packages.edgedb.com/archive/x86_64-apple-darwin.nightly/edgedb-cli-5.2.0-dev.1169+d52838a",
using: :nounzip
sha256 "5f0fa8711d0f1d5bd60d850019b50359b265aee051130685066e7b439b78fe82"
sha256 "4e6e318c1bceb04bc7ee128bb80810cecd2076a43b363de7f0ad69fd33f49aa0"

def install
bin.install "edgedb-cli-5.2.0-dev.1168+e409edd" => "edgedb-nightly"
bin.install "edgedb-cli-5.2.0-dev.1169+d52838a" => "edgedb-nightly"
end
else
odie "Unsupported CPU architecture!"
Expand All @@ -27,20 +27,20 @@ def install

on_linux do
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://packages.edgedb.com/archive/aarch64-unknown-linux-musl.nightly/edgedb-cli-5.2.0-dev.1168+864bac6",
url "https://packages.edgedb.com/archive/aarch64-unknown-linux-musl.nightly/edgedb-cli-5.2.0-dev.1169+2d5c13a",
using: :nounzip
sha256 "99ea885b3a55cea3f21c6e57f660fd3b30cc3646b87aefb7fc2f3e5d8e5873c3"
sha256 "a045d4a3b2166e5d39d8fd7f9707bcad824e78d4b1dc9a600a1d351eb5617e65"

def install
bin.install "edgedb-cli-5.2.0-dev.1168+864bac6" => "edgedb-nightly"
bin.install "edgedb-cli-5.2.0-dev.1169+2d5c13a" => "edgedb-nightly"
end
elsif Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
url "https://packages.edgedb.com/archive/x86_64-unknown-linux-musl.nightly/edgedb-cli-5.2.0-dev.1168+bb32081",
url "https://packages.edgedb.com/archive/x86_64-unknown-linux-musl.nightly/edgedb-cli-5.2.0-dev.1169+11d41ee",
using: :nounzip
sha256 "886209ccb79cb5ae1655ea9043691081dbb74359b969f7bd9c50315238d2c6c4"
sha256 "be0d0bb5c3ab6af1af36e80dfa7789fd27fbe9a0c5e4d2a92d063e527d511ef0"

def install
bin.install "edgedb-cli-5.2.0-dev.1168+bb32081" => "edgedb-nightly"
bin.install "edgedb-cli-5.2.0-dev.1169+11d41ee" => "edgedb-nightly"
end
else
odie "Unsupported CPU architecture!"
Expand Down

0 comments on commit 74bc74f

Please sign in to comment.