Brew formula update for unbound-schemas version v0.0.6
This commit is contained in:
@@ -5,20 +5,20 @@
|
||||
class UnboundSchemas < Formula
|
||||
desc ""
|
||||
homepage "https://schemas.unbound.se/"
|
||||
version "0.0.5"
|
||||
version "0.0.6"
|
||||
|
||||
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"
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.6/downloads/unbound-schemas_0.0.6_darwin_amd64.tar.gz"
|
||||
sha256 "f984e709de5f9dbb79b6161553960211c081167cbbb19aa0ef840828715c3668"
|
||||
|
||||
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"
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.6/downloads/unbound-schemas_0.0.6_darwin_arm64.tar.gz"
|
||||
sha256 "51a59b6a6c40f38f8150408ae929393e7880e6258d10cb737297941da5a9f3df"
|
||||
|
||||
def install
|
||||
bin.install "schemactl"
|
||||
@@ -28,16 +28,16 @@ class UnboundSchemas < Formula
|
||||
|
||||
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"
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.6/downloads/unbound-schemas_0.0.6_linux_amd64.tar.gz"
|
||||
sha256 "74ff96e56765ada40b622eb21ed1165e5300ee78e774447310eae28a91bef4e5"
|
||||
|
||||
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"
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.6/downloads/unbound-schemas_0.0.6_linux_arm64.tar.gz"
|
||||
sha256 "372f3cdc1ffa5f90776f1c85476b58b59872394bd65bfc5ff3a1bcc8f01cef21"
|
||||
|
||||
def install
|
||||
bin.install "schemactl"
|
||||
|
||||
Reference in New Issue
Block a user