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 24, 2024
1 parent 8f4db83 commit 65cdaf2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 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.3.0-dev.1175"
version "5.3.0-dev.1176"

on_macos do
if Hardware::CPU.physical_cpu_arm64?
url "https://packages.edgedb.com/archive/aarch64-apple-darwin.nightly/edgedb-cli-5.3.0-dev.1175+260f696",
url "https://packages.edgedb.com/archive/aarch64-apple-darwin.nightly/edgedb-cli-5.3.0-dev.1176+9f01f70",
using: :nounzip
sha256 "51f77b32db145efbdde5ac9126d83e91a9e76f5cbead901a396119785565e758"
sha256 "acd351427751c70ec84ed15322bc1a4e3cb2ba03d038f855c27ea8a29381fa30"

def install
bin.install "edgedb-cli-5.3.0-dev.1175+260f696" => "edgedb-nightly"
bin.install "edgedb-cli-5.3.0-dev.1176+9f01f70" => "edgedb-nightly"
end
elsif Hardware::CPU.intel?
url "https://packages.edgedb.com/archive/x86_64-apple-darwin.nightly/edgedb-cli-5.3.0-dev.1175+2c00eab",
url "https://packages.edgedb.com/archive/x86_64-apple-darwin.nightly/edgedb-cli-5.3.0-dev.1176+9f01f70",
using: :nounzip
sha256 "9bcb075b6bd9aa6d3df11d51c905610e47be96071862824ee42d4db7e902a2b3"
sha256 "1e579d58089ffb6109345c53eb360e3ae47cf6a30d5019efcc759d59ba8849c7"

def install
bin.install "edgedb-cli-5.3.0-dev.1175+2c00eab" => "edgedb-nightly"
bin.install "edgedb-cli-5.3.0-dev.1176+9f01f70" => "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.3.0-dev.1175+2eb0b6c",
url "https://packages.edgedb.com/archive/aarch64-unknown-linux-musl.nightly/edgedb-cli-5.3.0-dev.1176+01457cf",
using: :nounzip
sha256 "a4bbb15153fd6e5a4f430c27801b111498ad7dbc9cc6831bffb526db626f1cbd"
sha256 "ad307a12e6f6da5f5eba5008921d4080137b46bd62197030c219ffb647ff98ab"

def install
bin.install "edgedb-cli-5.3.0-dev.1175+2eb0b6c" => "edgedb-nightly"
bin.install "edgedb-cli-5.3.0-dev.1176+01457cf" => "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.3.0-dev.1175+d68dc5b",
url "https://packages.edgedb.com/archive/x86_64-unknown-linux-musl.nightly/edgedb-cli-5.3.0-dev.1176+9f01f70",
using: :nounzip
sha256 "c867128f5bfd0a156ffc24355ab2f5e7aab41ba931416c4db4147c27954ac679"
sha256 "54a4cab69a82c6c043ac5d6cba1d34c2cb9813f5de18c73d32133e2db99f8746"

def install
bin.install "edgedb-cli-5.3.0-dev.1175+d68dc5b" => "edgedb-nightly"
bin.install "edgedb-cli-5.3.0-dev.1176+9f01f70" => "edgedb-nightly"
end
else
odie "Unsupported CPU architecture!"
Expand Down
26 changes: 13 additions & 13 deletions Formula/edgedb-cli.rb
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
class EdgedbCli < Formula
desc "Latest release of the EdgeDB command-line client (edgedb)"
homepage "https://github.com/edgedb/edgedb-cli"
version "5.2.1"
version "5.2.2"

on_macos do
if Hardware::CPU.physical_cpu_arm64?
url "https://packages.edgedb.com/archive/aarch64-apple-darwin/edgedb-cli-5.2.1+c277e88",
url "https://packages.edgedb.com/archive/aarch64-apple-darwin/edgedb-cli-5.2.2+ed96c17",
using: :nounzip
sha256 "6f40f54d19fc36f61944cc6d07e8d8d8e14585a705118c91cc6db3870a04e77e"
sha256 "6a84cfbfe0c3307e5a0ff82b3c52e0b364300c58fb8b6b0fd47e4b2cc8d1b67e"

def install
bin.install "edgedb-cli-5.2.1+c277e88" => "edgedb"
bin.install "edgedb-cli-5.2.2+ed96c17" => "edgedb"
end
elsif Hardware::CPU.intel?
url "https://packages.edgedb.com/archive/x86_64-apple-darwin/edgedb-cli-5.2.1+c277e88",
url "https://packages.edgedb.com/archive/x86_64-apple-darwin/edgedb-cli-5.2.2+ed96c17",
using: :nounzip
sha256 "d827292c35d98e2581926c2355baad40e0cd72804bbf7bdc9ef9e811d4db81bb"
sha256 "5e12192fbc27a6056dbad56b0ead29c7432a8fc32a0c3864479f08e00dafc0b8"

def install
bin.install "edgedb-cli-5.2.1+c277e88" => "edgedb"
bin.install "edgedb-cli-5.2.2+ed96c17" => "edgedb"
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/edgedb-cli-5.2.1+1af98a2",
url "https://packages.edgedb.com/archive/aarch64-unknown-linux-musl/edgedb-cli-5.2.2+6e53827",
using: :nounzip
sha256 "5c79161150f82f53b3e8366454a3901032af0774de1851aa4e09d47b1814b074"
sha256 "0cc65f87881f8da65ac80b26a4de6f64d4282e0f0e05f2e8c15eefe639a39c90"

def install
bin.install "edgedb-cli-5.2.1+1af98a2" => "edgedb"
bin.install "edgedb-cli-5.2.2+6e53827" => "edgedb"
end
elsif Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
url "https://packages.edgedb.com/archive/x86_64-unknown-linux-musl/edgedb-cli-5.2.1+213dba6",
url "https://packages.edgedb.com/archive/x86_64-unknown-linux-musl/edgedb-cli-5.2.2+1e9d5a9",
using: :nounzip
sha256 "a31e29c6c8472962a47d98137265c31ca94b00631db1bc66ee8734165c84d727"
sha256 "230341040b8f3080ec80ef622e870b0b926854c5f27070621ab416f24b094ff9"

def install
bin.install "edgedb-cli-5.2.1+213dba6" => "edgedb"
bin.install "edgedb-cli-5.2.2+1e9d5a9" => "edgedb"
end
else
odie "Unsupported CPU architecture!"
Expand Down

0 comments on commit 65cdaf2

Please sign in to comment.