Skip to content

Commit

Permalink
Add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Xata committed Jul 24, 2024
1 parent e12ecb3 commit 4cb1109
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/xata.rb
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
class Xata < Formula
desc Everything you need to get started with Xata
homepage https://xata.io
url ${CLI_MAC_INTEL_DOWNLOAD_URL}
sha256 3
version 2
url "$CLI_MAC_INTEL_DOWNLOAD_URL"
sha256 "3"
version "2"
version_scheme 1

on_macos do
on_arm do
url ${CLI_MAC_INTEL_DOWNLOAD_URL}
sha256 4
url "$CLI_MAC_INTEL_DOWNLOAD_URL"
sha256 "4"
end
end

on_linux do
on_intel do
url ${CLI_MAC_INTEL_DOWNLOAD_URL}
sha256 5
url "$CLI_MAC_INTEL_DOWNLOAD_URL"
sha256 "5"
end
on_arm do
url ${CLI_MAC_INTEL_DOWNLOAD_URL}
sha256 6
url "$CLI_MAC_INTEL_DOWNLOAD_URL"
sha256 "6"
end
end

Expand Down

0 comments on commit 4cb1109

Please sign in to comment.