Brew formula update for unbound-schemas version v0.0.2
This commit is contained in:
@@ -5,20 +5,20 @@
|
||||
class UnboundSchemas < Formula
|
||||
desc ""
|
||||
homepage "https://schemas.unbound.se/"
|
||||
version "0.0.1"
|
||||
version "0.0.2"
|
||||
|
||||
on_macos do
|
||||
if Hardware::CPU.intel?
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.1/downloads/unbound-schemas_0.0.1_Darwin_x86_64.tar.gz"
|
||||
sha256 "88c39b737ee71d3a2aaa10522f6f62b6b322db4776356a8d8dd8c4065e5c8cad"
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.2/downloads/unbound-schemas_0.0.2_Darwin_x86_64.tar.gz"
|
||||
sha256 "a53b931ac0638bc9e3c1e12d1c401f07b541df19b7b30a835ad6808d68119806"
|
||||
|
||||
def install
|
||||
bin.install "schemactl"
|
||||
end
|
||||
end
|
||||
if Hardware::CPU.arm?
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.1/downloads/unbound-schemas_0.0.1_Darwin_arm64.tar.gz"
|
||||
sha256 "2eef952948f9110a07e94183bf2a93ad77b2d0be2795789d52b486b329fa6281"
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.2/downloads/unbound-schemas_0.0.2_Darwin_arm64.tar.gz"
|
||||
sha256 "c9d9b933ef121b55f6e809a990fbd2eba5b6a82331aaca6f4b994ae905d9ccc0"
|
||||
|
||||
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.1/downloads/unbound-schemas_0.0.1_Linux_x86_64.tar.gz"
|
||||
sha256 "7d6b0ad93712b5fc4780e777082275c3526ee48faedc10e2338a0c83fd9dfbe6"
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.2/downloads/unbound-schemas_0.0.2_Linux_x86_64.tar.gz"
|
||||
sha256 "3f67aa3aec3ac88b58eff3d14a986039bcadc9f90a9736e03514e0046038a4da"
|
||||
|
||||
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.1/downloads/unbound-schemas_0.0.1_Linux_arm64.tar.gz"
|
||||
sha256 "8782044e702167dab82188f6b2fa548df5ed5c998a9fe77eda43f2fbb81bac8d"
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.2/downloads/unbound-schemas_0.0.2_Linux_arm64.tar.gz"
|
||||
sha256 "1d93da0ed1b15a4a30d978a1ee4859904fe528a5cff670536bff94451f2eb89e"
|
||||
|
||||
def install
|
||||
bin.install "schemactl"
|
||||
|
||||
Reference in New Issue
Block a user