Brew formula update for unbound-schemas version v0.3.0

This commit is contained in:
2025-04-08 08:45:35 +00:00
committed by Unbound Release
parent cfce053cd9
commit 97e2dff45f
+9 -9
View File
@@ -5,20 +5,20 @@
class UnboundSchemas < Formula
desc ""
homepage "https://schemas.unbound.se/"
version "0.2.0"
version "0.3.0"
on_macos do
if Hardware::CPU.intel?
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.2.0/downloads/unbound-schemas_0.2.0_darwin_amd64.tar.gz"
sha256 "fc582144d8033c511605ec597cdab49c119f1a408477650ba10ce2387f0e4a9d"
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.3.0/downloads/unbound-schemas_0.3.0_darwin_amd64.tar.gz"
sha256 "c4d3fc7d347e346670a2b51af845a341471c5dd7c8e3c9ebd8b332054b041a32"
def install
bin.install "schemactl"
end
end
if Hardware::CPU.arm?
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.2.0/downloads/unbound-schemas_0.2.0_darwin_arm64.tar.gz"
sha256 "da458e0d629a832b670bc438cadc3d4c5e2f76d3610c0dccf41101e23389e96a"
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.3.0/downloads/unbound-schemas_0.3.0_darwin_arm64.tar.gz"
sha256 "90ce0d16c24d74abbcdaa2329b6c766e14eaffaaeaee49801962442fbeeab41e"
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.2.0/downloads/unbound-schemas_0.2.0_linux_amd64.tar.gz"
sha256 "27a852749aea9739332e0dc7c580393de25fd2e5ce58064673f2ff815e2561f7"
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.3.0/downloads/unbound-schemas_0.3.0_linux_amd64.tar.gz"
sha256 "c87ab5d7faf47df1e3fa035268df7fa3df8ecc87b4e6f068632d3f78ef62df10"
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.2.0/downloads/unbound-schemas_0.2.0_linux_arm64.tar.gz"
sha256 "725fefee9ad584c19bc90ff9ae3696c1a0a0605ec0893a30c7cdd2ba7686e0f0"
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.3.0/downloads/unbound-schemas_0.3.0_linux_arm64.tar.gz"
sha256 "2bcaf512b3ab7c312db3ff67f1a0e80234989ccb37fd3a13da40cfca52d25ac3"
def install
bin.install "schemactl"