Skip to content

Commit

Permalink
Updating 2.21 and 2.20 versions for yugabytedb (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
gargsans-yb authored Jun 3, 2024
1 parent b526e6e commit cfce284
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Formula/yugabytedb.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Yugabytedb < Formula
desc "High-performance distributed SQL database Yugabyte DB"
homepage "https://www.yugabyte.com/"
url "https://downloads.yugabyte.com/releases/2.21.0.0/yugabyte-2.21.0.0-b545-darwin-x86_64.tar.gz"
version "2.21.0.0"
sha256 "1d51814d0fe458c205fd543084563fca868db028f0ae271be312356c9084ca2b"
url "https://downloads.yugabyte.com/releases/2.21.0.1/yugabyte-2.21.0.1-b1-darwin-x86_64.tar.gz"
version "2.21.0.1"
sha256 "08d4e5c3e7961a61f8858f172a7aec493183fbe483cd3d2efbc6b2b15e40b673"
license "Apache-2.0"

depends_on "[email protected]"
Expand Down
6 changes: 3 additions & 3 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class YugabytedbAT220 < Formula
desc "High-performance distributed SQL database Yugabyte DB"
homepage "https://www.yugabyte.com/"
url "https://downloads.yugabyte.com/releases/2.20.2.1/yugabyte-2.20.2.1-b3-darwin-x86_64.tar.gz"
version "2.20.2.1"
sha256 "44675d434737f3ca54ac1c15c3104d8986c7a799aa15754cf66eabc0a0e34e2e"
url "https://downloads.yugabyte.com/releases/2.20.4.0/yugabyte-2.20.4.0-b50-darwin-x86_64.tar.gz"
version "2.20.4.0"
sha256 "54c7651ea6544cf1e160bed3c3d55f2f71c5f26f6b801759e78f8c45c4b2c966"
license "Apache-2.0"

keg_only :versioned_formula
Expand Down

0 comments on commit cfce284

Please sign in to comment.