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 Dec 5, 2024
1 parent fdd3f62 commit d0d75eb
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.6.0-dev.1220"
version "6.1.0-dev.1224"

on_macos do
if Hardware::CPU.physical_cpu_arm64?
url "https://packages.edgedb.com/archive/aarch64-apple-darwin.nightly/edgedb-cli-5.6.0-dev.1220+827ee0a",
url "https://packages.edgedb.com/archive/aarch64-apple-darwin.nightly/edgedb-cli-6.1.0-dev.1224+2c4e1da",
using: :nounzip
sha256 "b93071fbe64327e4919cfe727f37272eeb9e37058c33becee506cb1cf30c575b"
sha256 "58a22fa9a769972c0e883bf395a29f876846791e9b9eb4b5e2f7fa9901b99c99"

def install
bin.install "edgedb-cli-5.6.0-dev.1220+827ee0a" => "edgedb-nightly"
bin.install "edgedb-cli-6.1.0-dev.1224+2c4e1da" => "edgedb-nightly"
end
elsif Hardware::CPU.intel?
url "https://packages.edgedb.com/archive/x86_64-apple-darwin.nightly/edgedb-cli-5.6.0-dev.1220+827ee0a",
url "https://packages.edgedb.com/archive/x86_64-apple-darwin.nightly/edgedb-cli-6.1.0-dev.1224+2c4e1da",
using: :nounzip
sha256 "ff16df662210f90568d2700c7f5f7fdc08ba8b3a926791b241709be86f7b989c"
sha256 "de37802bd616fb826d1f207bb1604ca22f09ab6e67e5c92fc42176a1b42e87ad"

def install
bin.install "edgedb-cli-5.6.0-dev.1220+827ee0a" => "edgedb-nightly"
bin.install "edgedb-cli-6.1.0-dev.1224+2c4e1da" => "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.6.0-dev.1220+feb5a8d",
url "https://packages.edgedb.com/archive/aarch64-unknown-linux-musl.nightly/edgedb-cli-6.1.0-dev.1224+e762c12",
using: :nounzip
sha256 "a94c12f9dc9597d449aefc2938a432827973b1e054d8852890e9315c12b51f89"
sha256 "d10b79aba954ca2ec306e30fc1b5e24d3df14367a273f0e174b37eb6656211cc"

def install
bin.install "edgedb-cli-5.6.0-dev.1220+feb5a8d" => "edgedb-nightly"
bin.install "edgedb-cli-6.1.0-dev.1224+e762c12" => "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.6.0-dev.1220+e4235ac",
url "https://packages.edgedb.com/archive/x86_64-unknown-linux-musl.nightly/edgedb-cli-6.1.0-dev.1224+2321be2",
using: :nounzip
sha256 "3a9a534d9a922e6bd64ec349424596b90b22cc91543b5fca20e35027ab4c0da1"
sha256 "5ca37d13623b1fbf84f3a535ccde72048449dd851a3e1aa4f82804368d9155a3"

def install
bin.install "edgedb-cli-5.6.0-dev.1220+e4235ac" => "edgedb-nightly"
bin.install "edgedb-cli-6.1.0-dev.1224+2321be2" => "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 "6.0.1"
version "6.0.2"

on_macos do
if Hardware::CPU.physical_cpu_arm64?
url "https://packages.edgedb.com/archive/aarch64-apple-darwin/edgedb-cli-6.0.1+354ed68",
url "https://packages.edgedb.com/archive/aarch64-apple-darwin/edgedb-cli-6.0.2+5ba8c2c",
using: :nounzip
sha256 "905e52032e936e554000988536f67e33fcc1a54d5570178c79d5f9bc750a8d83"
sha256 "387c5c7abb8f32b7f257a46967c611f216af3d9dd732bbab11cc8dee00677976"

def install
bin.install "edgedb-cli-6.0.1+354ed68" => "edgedb"
bin.install "edgedb-cli-6.0.2+5ba8c2c" => "edgedb"
end
elsif Hardware::CPU.intel?
url "https://packages.edgedb.com/archive/x86_64-apple-darwin/edgedb-cli-6.0.1+354ed68",
url "https://packages.edgedb.com/archive/x86_64-apple-darwin/edgedb-cli-6.0.2+5ba8c2c",
using: :nounzip
sha256 "b1dc23e0634432a5407710398a9c8081282b9674c6a4b91c2512c91d0360bffc"
sha256 "14a4f3789100c7f880d0b429f97dde023a6a72e73430e83f7537f8294d0163a6"

def install
bin.install "edgedb-cli-6.0.1+354ed68" => "edgedb"
bin.install "edgedb-cli-6.0.2+5ba8c2c" => "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-6.0.1+08ca483",
url "https://packages.edgedb.com/archive/aarch64-unknown-linux-musl/edgedb-cli-6.0.2+72904b4",
using: :nounzip
sha256 "f47c3ff79768b1a57849faa4e5c76bc3cf00facd623d5d8618e7a0967d0075bd"
sha256 "970cc3f7b55f1129eadd25c8445ac967d01918ca234c898a227882cea6ccaeae"

def install
bin.install "edgedb-cli-6.0.1+08ca483" => "edgedb"
bin.install "edgedb-cli-6.0.2+72904b4" => "edgedb"
end
elsif Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
url "https://packages.edgedb.com/archive/x86_64-unknown-linux-musl/edgedb-cli-6.0.1+4170384",
url "https://packages.edgedb.com/archive/x86_64-unknown-linux-musl/edgedb-cli-6.0.2+d294eb3",
using: :nounzip
sha256 "0e37723fc59d834fbe45e5273efade510f10cd5fd74a92e34d08cd79b1b94165"
sha256 "f1c79f4d4a18137fd6b62b5dc18a2c5eda21fee0e07be55a62e0ffd2d0df5e90"

def install
bin.install "edgedb-cli-6.0.1+4170384" => "edgedb"
bin.install "edgedb-cli-6.0.2+d294eb3" => "edgedb"
end
else
odie "Unsupported CPU architecture!"
Expand Down

0 comments on commit d0d75eb

Please sign in to comment.