Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions Formula/idpbuilder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,21 @@

# This file was generated by GoReleaser. DO NOT EDIT.
class Idpbuilder < Formula
desc ""
homepage "https://cnoe.io"
version "0.10.0-nightly.20250317"
version "0.9.0"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/cnoe-io/idpbuilder/releases/download/v0.10.0-nightly.20250317/idpbuilder-darwin-amd64.tar.gz"
sha256 "f066ef784916b3038270c4207ac28c32dcc6bf74b853e481d8034d72d24f627d"
url "https://github.com/cnoe-io/idpbuilder/releases/download/v0.9.0/idpbuilder-darwin-amd64.tar.gz"
sha256 "0176ef54598e17e027d6db8d4a8ee02740c80b9167816093d8bce16f46c3dd7e"

def install
bin.install "idpbuilder"
end
end
if Hardware::CPU.arm?
url "https://github.com/cnoe-io/idpbuilder/releases/download/v0.10.0-nightly.20250317/idpbuilder-darwin-arm64.tar.gz"
sha256 "ee85fa6fba2fc491fd48e38b033a7b640f48ea7ca771447a543dfdca7aac626b"
url "https://github.com/cnoe-io/idpbuilder/releases/download/v0.9.0/idpbuilder-darwin-arm64.tar.gz"
sha256 "9ae4f0e1c3e8b3619cc82d1a97fd2cf257835b76732b70ef3d530843e02057a2"

def install
bin.install "idpbuilder"
Expand All @@ -29,8 +28,8 @@ def install
on_linux do
if Hardware::CPU.intel?
if Hardware::CPU.is_64_bit?
url "https://github.com/cnoe-io/idpbuilder/releases/download/v0.10.0-nightly.20250317/idpbuilder-linux-amd64.tar.gz"
sha256 "b3e355c2dc51a66400659e7a84b605a8f6d97d3aa30b62bf660268087eb0d9e1"
url "https://github.com/cnoe-io/idpbuilder/releases/download/v0.9.0/idpbuilder-linux-amd64.tar.gz"
sha256 "5cc563da57f210b50d1b511d8a84761b65cd4c112bd3bd3aac18679939f22aa0"

def install
bin.install "idpbuilder"
Expand All @@ -39,8 +38,8 @@ def install
end
if Hardware::CPU.arm?
if Hardware::CPU.is_64_bit?
url "https://github.com/cnoe-io/idpbuilder/releases/download/v0.10.0-nightly.20250317/idpbuilder-linux-arm64.tar.gz"
sha256 "401010c299abd992836364b91db84b0b2a0734c9be565ea57e61aa7530c5e8a7"
url "https://github.com/cnoe-io/idpbuilder/releases/download/v0.9.0/idpbuilder-linux-arm64.tar.gz"
sha256 "5c6f351bb9d61c8d0e1d1f270488d4d2b5bbe45aa3be0eb0f5782b1f44cc52fc"

def install
bin.install "idpbuilder"
Expand Down
55 changes: 55 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# typed: false
# frozen_string_literal: true

# This file was generated by GoReleaser. DO NOT EDIT.
class IdpbuilderAT0100Nightly20250317 < Formula
desc ""
homepage "https://cnoe.io"
version "0.10.0-nightly.20250317"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/cnoe-io/idpbuilder/releases/download/v0.10.0-nightly.20250317/idpbuilder-darwin-amd64.tar.gz"
sha256 "f066ef784916b3038270c4207ac28c32dcc6bf74b853e481d8034d72d24f627d"

def install
bin.install "idpbuilder"
end
end
if Hardware::CPU.arm?
url "https://github.com/cnoe-io/idpbuilder/releases/download/v0.10.0-nightly.20250317/idpbuilder-darwin-arm64.tar.gz"
sha256 "ee85fa6fba2fc491fd48e38b033a7b640f48ea7ca771447a543dfdca7aac626b"

def install
bin.install "idpbuilder"
end
end
end

on_linux do
if Hardware::CPU.intel?
if Hardware::CPU.is_64_bit?
url "https://github.com/cnoe-io/idpbuilder/releases/download/v0.10.0-nightly.20250317/idpbuilder-linux-amd64.tar.gz"
sha256 "b3e355c2dc51a66400659e7a84b605a8f6d97d3aa30b62bf660268087eb0d9e1"

def install
bin.install "idpbuilder"
end
end
end
if Hardware::CPU.arm?
if Hardware::CPU.is_64_bit?
url "https://github.com/cnoe-io/idpbuilder/releases/download/v0.10.0-nightly.20250317/idpbuilder-linux-arm64.tar.gz"
sha256 "401010c299abd992836364b91db84b0b2a0734c9be565ea57e61aa7530c5e8a7"

def install
bin.install "idpbuilder"
end
end
end
end

test do
system "#{bin}/idpbuilder --version"
end
end
54 changes: 54 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# typed: false
# frozen_string_literal: true

# This file was generated by GoReleaser. DO NOT EDIT.
class Idpbuilder < Formula
homepage "https://cnoe.io"
version "0.9.0"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/cnoe-io/idpbuilder/releases/download/v0.9.0/idpbuilder-darwin-amd64.tar.gz"
sha256 "0176ef54598e17e027d6db8d4a8ee02740c80b9167816093d8bce16f46c3dd7e"

def install
bin.install "idpbuilder"
end
end
if Hardware::CPU.arm?
url "https://github.com/cnoe-io/idpbuilder/releases/download/v0.9.0/idpbuilder-darwin-arm64.tar.gz"
sha256 "9ae4f0e1c3e8b3619cc82d1a97fd2cf257835b76732b70ef3d530843e02057a2"

def install
bin.install "idpbuilder"
end
end
end

on_linux do
if Hardware::CPU.intel?
if Hardware::CPU.is_64_bit?
url "https://github.com/cnoe-io/idpbuilder/releases/download/v0.9.0/idpbuilder-linux-amd64.tar.gz"
sha256 "5cc563da57f210b50d1b511d8a84761b65cd4c112bd3bd3aac18679939f22aa0"

def install
bin.install "idpbuilder"
end
end
end
if Hardware::CPU.arm?
if Hardware::CPU.is_64_bit?
url "https://github.com/cnoe-io/idpbuilder/releases/download/v0.9.0/idpbuilder-linux-arm64.tar.gz"
sha256 "5c6f351bb9d61c8d0e1d1f270488d4d2b5bbe45aa3be0eb0f5782b1f44cc52fc"

def install
bin.install "idpbuilder"
end
end
end
end

test do
system "#{bin}/idpbuilder --version"
end
end