Skip to content

Commit

Permalink
Update nax to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 7, 2024
1 parent 638e1ba commit 109f0fb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/nax.rb
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
class Nax < Formula
desc "Command-line interface for the NAX platform"
homepage "naxgrp.com"
version "0.2.2"
version "0.2.3"

on_linux do
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
url "https://naxpublicstuffs.blob.core.windows.net/binaries/nax-0.2.2/nax-0.2.2-linux-x86_64.zip"
sha256 "1ea20ac8722f075a150553651786c232ce246280b063b2f93e03e2c89d0eae1a"
url "https://naxpublicstuffs.blob.core.windows.net/binaries/nax-0.2.3/nax-0.2.3-linux-x86_64.zip"
sha256 "6de799571925d466e6a76603283f7d5ca89c1fd8fdb88e3e88f6722c3a0a9d44"
end
end

on_macos do
if Hardware::CPU.arm?
url "https://naxpublicstuffs.blob.core.windows.net/binaries/nax-0.2.2/nax-0.2.2-darwin-arm64.zip"
sha256 "14141ea4009677fd378dc6038a0211c280c62b02cb9217c8d689c3f9f8d01881"
url "https://naxpublicstuffs.blob.core.windows.net/binaries/nax-0.2.3/nax-0.2.3-darwin-arm64.zip"
sha256 "cba30c90c1467a1bab18495081943ec2b4b16cb987abb480a23f445fe8d61204"
else
url "https://naxpublicstuffs.blob.core.windows.net/binaries/nax-0.2.2/nax-0.2.2-darwin-x86_64.zip"
sha256 "5ced543c9233c38e2eb8f710bebb0e43231b3a34f2c6a31730e0170e7ae597a5"
url "https://naxpublicstuffs.blob.core.windows.net/binaries/nax-0.2.3/nax-0.2.3-darwin-x86_64.zip"
sha256 "46fa760b250bd64bdcf8320c1a9ce7965cc0c8110131bd7cb327b9784212d167"
end
end

Expand Down

0 comments on commit 109f0fb

Please sign in to comment.