Brew formula update for unbound-schemas version v0.4.1

This commit is contained in:
2025-04-24 12:48:05 +00:00
committed by Unbound Release
parent ba8e095246
commit f67a78920c
+9 -9
View File
@@ -5,20 +5,20 @@
class UnboundSchemas < Formula
desc ""
homepage "https://schemas.unbound.se/"
version "0.4.0"
version "0.4.1"
on_macos do
if Hardware::CPU.intel?
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.4.0/downloads/unbound-schemas_0.4.0_darwin_amd64.tar.gz"
sha256 "8cdf258808f03d10565a2509b8d6e90ddc4df1492284a13dc153cadeaca3c836"
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.4.1/downloads/unbound-schemas_0.4.1_darwin_amd64.tar.gz"
sha256 "1a7b8ff84702d4a7e31abaa8285e2e6dd0a7a2287f9576f1f42503af59b29b8f"
def install
bin.install "schemactl"
end
end
if Hardware::CPU.arm?
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.4.0/downloads/unbound-schemas_0.4.0_darwin_arm64.tar.gz"
sha256 "14b9f957926370e6a4d4e1fdbd21e4144c52f6a48242502922a02cfcb736749e"
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.4.1/downloads/unbound-schemas_0.4.1_darwin_arm64.tar.gz"
sha256 "8a402473cd2a9f820f36c9f885f5a07c0ba0d1d5ee022744bc7613c5d90eb6fd"
def install
bin.install "schemactl"
@@ -29,8 +29,8 @@ class UnboundSchemas < Formula
on_linux do
if Hardware::CPU.intel?
if Hardware::CPU.is_64_bit?
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.4.0/downloads/unbound-schemas_0.4.0_linux_amd64.tar.gz"
sha256 "3dfb76b3f23171b1bcb219952c42e198f2388f720089016a5519490a9a113711"
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.4.1/downloads/unbound-schemas_0.4.1_linux_amd64.tar.gz"
sha256 "caa56bc0aaa0498b18ac33a6fabb849b99a01936613ee8b463b75b5a92b2ec22"
def install
bin.install "schemactl"
@@ -39,8 +39,8 @@ class UnboundSchemas < Formula
end
if Hardware::CPU.arm?
if Hardware::CPU.is_64_bit?
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.4.0/downloads/unbound-schemas_0.4.0_linux_arm64.tar.gz"
sha256 "98a2b01b8aca2af06dc36de12bef6bd82769877b91be95e07696a0a398b2ce63"
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.4.1/downloads/unbound-schemas_0.4.1_linux_arm64.tar.gz"
sha256 "e0dc874b885cd0b5492485873e10c1b48431db7f7d7c539942d34c47b70b3ae8"
def install
bin.install "schemactl"