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 Aug 7, 2024
1 parent 65cdaf2 commit 1ca4bde
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.1176"
version "5.3.0-dev.1177"

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.1176+9f01f70",
url "https://packages.edgedb.com/archive/aarch64-apple-darwin.nightly/edgedb-cli-5.3.0-dev.1177+c818a22",
using: :nounzip
sha256 "acd351427751c70ec84ed15322bc1a4e3cb2ba03d038f855c27ea8a29381fa30"
sha256 "faa80eb4d3ec7bb129f35fbca644f63050c89b8b563d0c1398ae93e0bd4d0b34"

def install
bin.install "edgedb-cli-5.3.0-dev.1176+9f01f70" => "edgedb-nightly"
bin.install "edgedb-cli-5.3.0-dev.1177+c818a22" => "edgedb-nightly"
end
elsif Hardware::CPU.intel?
url "https://packages.edgedb.com/archive/x86_64-apple-darwin.nightly/edgedb-cli-5.3.0-dev.1176+9f01f70",
url "https://packages.edgedb.com/archive/x86_64-apple-darwin.nightly/edgedb-cli-5.3.0-dev.1177+c818a22",
using: :nounzip
sha256 "1e579d58089ffb6109345c53eb360e3ae47cf6a30d5019efcc759d59ba8849c7"
sha256 "7dfab863368231d01a901b9dd164d11c68c61bb20689d1f93e851aee01a90683"

def install
bin.install "edgedb-cli-5.3.0-dev.1176+9f01f70" => "edgedb-nightly"
bin.install "edgedb-cli-5.3.0-dev.1177+c818a22" => "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.1176+01457cf",
url "https://packages.edgedb.com/archive/aarch64-unknown-linux-musl.nightly/edgedb-cli-5.3.0-dev.1177+8dc8b8e",
using: :nounzip
sha256 "ad307a12e6f6da5f5eba5008921d4080137b46bd62197030c219ffb647ff98ab"
sha256 "4a6ca93823a14dbb71490bf3ac48090805c020f9ad58b56fa467f2d41cfe1a9c"

def install
bin.install "edgedb-cli-5.3.0-dev.1176+01457cf" => "edgedb-nightly"
bin.install "edgedb-cli-5.3.0-dev.1177+8dc8b8e" => "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.1176+9f01f70",
url "https://packages.edgedb.com/archive/x86_64-unknown-linux-musl.nightly/edgedb-cli-5.3.0-dev.1177+c818a22",
using: :nounzip
sha256 "54a4cab69a82c6c043ac5d6cba1d34c2cb9813f5de18c73d32133e2db99f8746"
sha256 "0382c7e7914311e28c225d776afa46ed3473ecaa0c4dda0eeb5ce4699dce479a"

def install
bin.install "edgedb-cli-5.3.0-dev.1176+9f01f70" => "edgedb-nightly"
bin.install "edgedb-cli-5.3.0-dev.1177+c818a22" => "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.2"
version "5.2.3"

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

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

def install
bin.install "edgedb-cli-5.2.2+ed96c17" => "edgedb"
bin.install "edgedb-cli-5.2.3+4559649" => "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.2+6e53827",
url "https://packages.edgedb.com/archive/aarch64-unknown-linux-musl/edgedb-cli-5.2.3+8d5e5aa",
using: :nounzip
sha256 "0cc65f87881f8da65ac80b26a4de6f64d4282e0f0e05f2e8c15eefe639a39c90"
sha256 "84ea3f02c5856ae5e3ae3f2349d572a41173a525ab550250c21aed188d1c68c8"

def install
bin.install "edgedb-cli-5.2.2+6e53827" => "edgedb"
bin.install "edgedb-cli-5.2.3+8d5e5aa" => "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.2+1e9d5a9",
url "https://packages.edgedb.com/archive/x86_64-unknown-linux-musl/edgedb-cli-5.2.3+4559649",
using: :nounzip
sha256 "230341040b8f3080ec80ef622e870b0b926854c5f27070621ab416f24b094ff9"
sha256 "dbdb400ac23cb041ac554a4e982a10e5e1c921cbab6b80278a9403b5499607d1"

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

0 comments on commit 1ca4bde

Please sign in to comment.