Files
homebrew-taps/Formula/unbound-schemas.rb
T

48 lines
1.4 KiB
Ruby

# typed: false
# frozen_string_literal: true
# This file was generated by GoReleaser. DO NOT EDIT.
class UnboundSchemas < Formula
desc ""
homepage "https://schemas.unbound.se/"
version "0.0.5"
on_macos do
if Hardware::CPU.intel?
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.5/downloads/unbound-schemas_0.0.5_darwin_amd64.tar.gz"
sha256 "22c67fc64195ebee9f6d21d48b7309c11a5beeaedd60070d56bce079aa7e48dd"
def install
bin.install "schemactl"
end
end
if Hardware::CPU.arm?
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.5/downloads/unbound-schemas_0.0.5_darwin_arm64.tar.gz"
sha256 "58ca7d8fc8c8a728cfcf28a325c95e1c58182c1ecab5c10e429516314b019904"
def install
bin.install "schemactl"
end
end
end
on_linux do
if Hardware::CPU.intel?
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.5/downloads/unbound-schemas_0.0.5_linux_amd64.tar.gz"
sha256 "75f57254f90aac4b387dc6d58b07c68d0ae61348458b79c75138fc7e8bd9540e"
def install
bin.install "schemactl"
end
end
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.5/downloads/unbound-schemas_0.0.5_linux_arm64.tar.gz"
sha256 "4dfded2cfd8c0ebe4d473ed50c1d9fd98fb7b839ba33d0f7e0eae149bcc6d275"
def install
bin.install "schemactl"
end
end
end
end