From 97e2dff45faf4dc7d74f613353be7f3160ae7ece Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 8 Apr 2025 08:45:35 +0000 Subject: [PATCH] Brew formula update for unbound-schemas version v0.3.0 --- Formula/unbound-schemas.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/unbound-schemas.rb b/Formula/unbound-schemas.rb index c05efab..ace8532 100644 --- a/Formula/unbound-schemas.rb +++ b/Formula/unbound-schemas.rb @@ -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"