Brew formula update for unbound-schemas version v0.0.5

This commit is contained in:
2024-04-03 17:51:31 +00:00
parent 27d0784c81
commit 406893300a
+9 -9
View File
@@ -5,20 +5,20 @@
class UnboundSchemas < Formula class UnboundSchemas < Formula
desc "" desc ""
homepage "https://schemas.unbound.se/" homepage "https://schemas.unbound.se/"
version "0.0.4" version "0.0.5"
on_macos do on_macos do
if Hardware::CPU.intel? if Hardware::CPU.intel?
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.4/downloads/unbound-schemas_0.0.4_Darwin_x86_64.tar.gz" url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.5/downloads/unbound-schemas_0.0.5_darwin_amd64.tar.gz"
sha256 "90549ac6baa3ecae5d862c7ea39d95a45c78b989c20de34db28b5ddf2a6cd659" sha256 "22c67fc64195ebee9f6d21d48b7309c11a5beeaedd60070d56bce079aa7e48dd"
def install def install
bin.install "schemactl" bin.install "schemactl"
end end
end end
if Hardware::CPU.arm? if Hardware::CPU.arm?
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.4/downloads/unbound-schemas_0.0.4_Darwin_arm64.tar.gz" url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.5/downloads/unbound-schemas_0.0.5_darwin_arm64.tar.gz"
sha256 "9a461f846c855d03f0a558154f25778aae81d27b6e72101a76c979a8dd25d101" sha256 "58ca7d8fc8c8a728cfcf28a325c95e1c58182c1ecab5c10e429516314b019904"
def install def install
bin.install "schemactl" bin.install "schemactl"
@@ -28,16 +28,16 @@ class UnboundSchemas < Formula
on_linux do on_linux do
if Hardware::CPU.intel? if Hardware::CPU.intel?
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.4/downloads/unbound-schemas_0.0.4_Linux_x86_64.tar.gz" url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.5/downloads/unbound-schemas_0.0.5_linux_amd64.tar.gz"
sha256 "3454b549c4585ce473d59ce37bb9aa96286d1c88585e26f5b7732965db33da60" sha256 "75f57254f90aac4b387dc6d58b07c68d0ae61348458b79c75138fc7e8bd9540e"
def install def install
bin.install "schemactl" bin.install "schemactl"
end end
end end
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit? if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.4/downloads/unbound-schemas_0.0.4_Linux_arm64.tar.gz" url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.5/downloads/unbound-schemas_0.0.5_linux_arm64.tar.gz"
sha256 "c54cd62c1258f491e6e3e15a06136eab9c2f3fd024cb3be22a1e5a92decf8088" sha256 "4dfded2cfd8c0ebe4d473ed50c1d9fd98fb7b839ba33d0f7e0eae149bcc6d275"
def install def install
bin.install "schemactl" bin.install "schemactl"