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 Oct 15, 2024
1 parent f9a8656 commit c7fb878
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.1183"
version "5.5.0-dev.1193"

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.1183+84546cc",
url "https://packages.edgedb.com/archive/aarch64-apple-darwin.nightly/edgedb-cli-5.5.0-dev.1193+bcd2f3c",
using: :nounzip
sha256 "5f8d2c2e66e55a084c2e43671781be5f56219e3b4eb9b54843f4cf853f5af148"
sha256 "5b0b61119d2d02e9c6c6baa05327fd4919d02cb389f2aa09518044ffe00638da"

def install
bin.install "edgedb-cli-5.3.0-dev.1183+84546cc" => "edgedb-nightly"
bin.install "edgedb-cli-5.5.0-dev.1193+bcd2f3c" => "edgedb-nightly"
end
elsif Hardware::CPU.intel?
url "https://packages.edgedb.com/archive/x86_64-apple-darwin.nightly/edgedb-cli-5.3.0-dev.1183+84546cc",
url "https://packages.edgedb.com/archive/x86_64-apple-darwin.nightly/edgedb-cli-5.5.0-dev.1193+d4cb0db",
using: :nounzip
sha256 "5fd0bbf65b095a41eb9dc97eee40721b5602d34d6c13261c47c59176065e7709"
sha256 "af73426ba81907b7e4837af285cd0e3b73e46282c28ef1875bc558c26552101f"

def install
bin.install "edgedb-cli-5.3.0-dev.1183+84546cc" => "edgedb-nightly"
bin.install "edgedb-cli-5.5.0-dev.1193+d4cb0db" => "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.1183+77dfc60",
url "https://packages.edgedb.com/archive/aarch64-unknown-linux-musl.nightly/edgedb-cli-5.5.0-dev.1193+7e722ae",
using: :nounzip
sha256 "a8f00f15d19381da5be318a96c76025fb07ea7b86befe6374634888e7b6a95b9"
sha256 "9ec8f220c3f8cbc179d5d85ac86a0c23ae5e650cda6c6d0d5443868f45ad89d5"

def install
bin.install "edgedb-cli-5.3.0-dev.1183+77dfc60" => "edgedb-nightly"
bin.install "edgedb-cli-5.5.0-dev.1193+7e722ae" => "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.1183+84546cc",
url "https://packages.edgedb.com/archive/x86_64-unknown-linux-musl.nightly/edgedb-cli-5.5.0-dev.1193+7b3a3bf",
using: :nounzip
sha256 "d5ddd25481113b791a9b18daa39a661d32b84e9a818e6e26cf9a930d79be81df"
sha256 "6d4aca4d8b78f410aeb2954b3014f30469d55ade6db80370280cc9a7da9ce286"

def install
bin.install "edgedb-cli-5.3.0-dev.1183+84546cc" => "edgedb-nightly"
bin.install "edgedb-cli-5.5.0-dev.1193+7b3a3bf" => "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.3.0"
version "5.5.1"

on_macos do
if Hardware::CPU.physical_cpu_arm64?
url "https://packages.edgedb.com/archive/aarch64-apple-darwin/edgedb-cli-5.3.0+637320a",
url "https://packages.edgedb.com/archive/aarch64-apple-darwin/edgedb-cli-5.5.1+cc9315a",
using: :nounzip
sha256 "1ba101c30386dc579d1dec8a8733e0c8dfcadb6ce236ff0151e78b6cf6259880"
sha256 "5f7a7b4fcb28b057b2dd69528ed7d863db5e9c72e90a9ad6df0186fa791ad900"

def install
bin.install "edgedb-cli-5.3.0+637320a" => "edgedb"
bin.install "edgedb-cli-5.5.1+cc9315a" => "edgedb"
end
elsif Hardware::CPU.intel?
url "https://packages.edgedb.com/archive/x86_64-apple-darwin/edgedb-cli-5.3.0+637320a",
url "https://packages.edgedb.com/archive/x86_64-apple-darwin/edgedb-cli-5.5.1+cc9315a",
using: :nounzip
sha256 "7fbdb5987244785b49cb944ac084c6cdf6e1e5d20b4cce10996a18e9dec802d5"
sha256 "4ff5784f7baf59dfd3b4d72c3614295fd328faa9292029cfc4bbd85bd25e5761"

def install
bin.install "edgedb-cli-5.3.0+637320a" => "edgedb"
bin.install "edgedb-cli-5.5.1+cc9315a" => "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.3.0+b202cc8",
url "https://packages.edgedb.com/archive/aarch64-unknown-linux-musl/edgedb-cli-5.5.1+537d4ef",
using: :nounzip
sha256 "be5f3bb6f16f90fe838fd4d1c54056782e626a38a6ad23c7afaf3f92754b2a96"
sha256 "a29d852f4039de38e4e9a80551c1ac17271e85f895cce2035a5f936aa7c064cf"

def install
bin.install "edgedb-cli-5.3.0+b202cc8" => "edgedb"
bin.install "edgedb-cli-5.5.1+537d4ef" => "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.3.0+637320a",
url "https://packages.edgedb.com/archive/x86_64-unknown-linux-musl/edgedb-cli-5.5.1+cc9315a",
using: :nounzip
sha256 "06548595c98eabd03818f8ae6eb84447de75fee9768bd6f9ee870fb1cf01694c"
sha256 "6c395e392722dd33bdcd8ac04b4ba2091698600ed3b2144e3c52787f634ce559"

def install
bin.install "edgedb-cli-5.3.0+637320a" => "edgedb"
bin.install "edgedb-cli-5.5.1+cc9315a" => "edgedb"
end
else
odie "Unsupported CPU architecture!"
Expand Down

0 comments on commit c7fb878

Please sign in to comment.