Skip to content

Commit

Permalink
Brew formula update for nullstone version v0.0.130
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Nov 21, 2024
1 parent 6ec1c72 commit 7c90f18
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.129"
version "0.0.130"
license "MIT"

on_macos do
on_intel do
url "https://github.com/nullstone-io/nullstone/releases/download/v0.0.129/nullstone_0.0.129_darwin_amd64.tar.gz"
sha256 "8e1ae467e715e6176ec19d58b35437278318635e81061bf1f601df3a13f9a262"
url "https://github.com/nullstone-io/nullstone/releases/download/v0.0.130/nullstone_0.0.130_darwin_amd64.tar.gz"
sha256 "d60c912a2e79665b9883fbce80cd8daa1aec13c54425530435cea36d5de27cb1"

def install
bin.install "nullstone"
end
end
on_arm do
url "https://github.com/nullstone-io/nullstone/releases/download/v0.0.129/nullstone_0.0.129_darwin_arm64.tar.gz"
sha256 "912e59f1984de661e0effafe025436372cf24543ee72fff3a5cd51e1679cb1af"
url "https://github.com/nullstone-io/nullstone/releases/download/v0.0.130/nullstone_0.0.130_darwin_arm64.tar.gz"
sha256 "694e57857cb33a41a65a65cb7eedfcb09456854ed4e89e302ea5446be401e7c4"

def install
bin.install "nullstone"
Expand All @@ -30,8 +30,8 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/nullstone-io/nullstone/releases/download/v0.0.129/nullstone_0.0.129_linux_amd64.tar.gz"
sha256 "1e84cc4f0bda6bd597fb6557c619dd2ef27df3218f3dad74d1bb1fbb21865703"
url "https://github.com/nullstone-io/nullstone/releases/download/v0.0.130/nullstone_0.0.130_linux_amd64.tar.gz"
sha256 "0c85bd176f815bbaaad5c91a35b8c08316c9082466fc763428349d49538fb64b"

def install
bin.install "nullstone"
Expand All @@ -40,8 +40,8 @@ def install
end
on_arm do
if Hardware::CPU.is_64_bit?
url "https://github.com/nullstone-io/nullstone/releases/download/v0.0.129/nullstone_0.0.129_linux_arm64.tar.gz"
sha256 "48c9c5c1e96003b37d2ab452f108f01fe90c7207fa14af7485343dcafb933a4a"
url "https://github.com/nullstone-io/nullstone/releases/download/v0.0.130/nullstone_0.0.130_linux_arm64.tar.gz"
sha256 "9bbe95b59ec583ae830380e10867cdc4672e84659af2e4795abba495d9fce5f8"

def install
bin.install "nullstone"
Expand Down

0 comments on commit 7c90f18

Please sign in to comment.