Skip to content

Commit

Permalink
Brew formula update for nullstone version v0.0.116
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Feb 20, 2024
1 parent 6005276 commit 2f60f57
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Formula/nullstone.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
class Nullstone < Formula
desc "An internal developer platform running on your cloud"
homepage "https://nullstone.io"
version "0.0.115"
version "0.0.116"
license "MIT"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/nullstone-io/nullstone/releases/download/v0.0.115/nullstone_0.0.115_darwin_amd64.tar.gz"
sha256 "d59f209a25022defd1a394c0dece4ec3ecfb63fe7838c944ee1c35c160a4d097"
if Hardware::CPU.arm?
url "https://github.com/nullstone-io/nullstone/releases/download/v0.0.116/nullstone_0.0.116_darwin_arm64.tar.gz"
sha256 "077f79d6b4c706d8ae728b5b9b40a0282550dfb9d35b764882278e7927a96a31"

def install
bin.install "nullstone"
end
end
if Hardware::CPU.arm?
url "https://github.com/nullstone-io/nullstone/releases/download/v0.0.115/nullstone_0.0.115_darwin_arm64.tar.gz"
sha256 "3554723644fc82a5a5e21d48c79b4d9cc4d3d671327bfccffcc4f9ad1b176dc1"
if Hardware::CPU.intel?
url "https://github.com/nullstone-io/nullstone/releases/download/v0.0.116/nullstone_0.0.116_darwin_amd64.tar.gz"
sha256 "80dad62c63d3dd8dfa2ff774402465e922423fb27ac7e5b730800db07f0b10f0"

def install
bin.install "nullstone"
Expand All @@ -29,16 +29,16 @@ def install

on_linux do
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/nullstone-io/nullstone/releases/download/v0.0.115/nullstone_0.0.115_linux_arm64.tar.gz"
sha256 "3a6e5254b0ab81ece204ad75cc73d0c5efceee2447225ddf0c3dcd97e4e89998"
url "https://github.com/nullstone-io/nullstone/releases/download/v0.0.116/nullstone_0.0.116_linux_arm64.tar.gz"
sha256 "1d57922f22e8cb9d67bbe52ce66816cf27a8987a9e4818cf7ef7aa177973d818"

def install
bin.install "nullstone"
end
end
if Hardware::CPU.intel?
url "https://github.com/nullstone-io/nullstone/releases/download/v0.0.115/nullstone_0.0.115_linux_amd64.tar.gz"
sha256 "8d0a24021ae7353e591f3de04505054bd4454f525fa4f3c7b273972219a75dfa"
url "https://github.com/nullstone-io/nullstone/releases/download/v0.0.116/nullstone_0.0.116_linux_amd64.tar.gz"
sha256 "e0c68b7176b9f06388c5b17bf3a9a6c793e975292eb0488f61cd62510c00f300"

def install
bin.install "nullstone"
Expand Down

0 comments on commit 2f60f57

Please sign in to comment.