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

52 lines
1.5 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.7"
on_macos do
on_intel do
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.7/downloads/unbound-schemas_0.0.7_darwin_amd64.tar.gz"
sha256 "a13e5402c21d9cfdb1138e3f68dedcb2115539271faec4292ac0a7012c621725"
def install
bin.install "schemactl"
end
end
on_arm do
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.7/downloads/unbound-schemas_0.0.7_darwin_arm64.tar.gz"
sha256 "12fdd8e1ef04d0c0fa78d1aa2e16e342536df72bc57b3cf06be9f3b48b280e27"
def install
bin.install "schemactl"
end
end
end
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.7/downloads/unbound-schemas_0.0.7_linux_amd64.tar.gz"
sha256 "bebb81f3c5ca85a745dcfe62e58a042d6963b7a05174b8b055c9868bba2df1ec"
def install
bin.install "schemactl"
end
end
end
on_arm do
if Hardware::CPU.is_64_bit?
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.7/downloads/unbound-schemas_0.0.7_linux_arm64.tar.gz"
sha256 "2080dcc074f666105405e47c3fb565f72d030f8ed022a48f4a52341a1c7facba"
def install
bin.install "schemactl"
end
end
end
end
end