From cd97a84d0bcfe85cec74947b93a3d872f51f0d3e Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 27 Apr 2023 06:11:26 +0000 Subject: [PATCH] Brew formula update for unbound-schemas version v0.0.3 --- 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 86ac265..75028b9 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.0.2" + version "0.0.3" on_macos do if Hardware::CPU.intel? - url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.2/downloads/unbound-schemas_0.0.2_Darwin_x86_64.tar.gz" - sha256 "a53b931ac0638bc9e3c1e12d1c401f07b541df19b7b30a835ad6808d68119806" + url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.3/downloads/unbound-schemas_0.0.3_Darwin_x86_64.tar.gz" + sha256 "d34e729968f882e583d4930f85e7fc2c611075405485b2a42ec0892f2c3c62b7" def install bin.install "schemactl" end end if Hardware::CPU.arm? - url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.2/downloads/unbound-schemas_0.0.2_Darwin_arm64.tar.gz" - sha256 "c9d9b933ef121b55f6e809a990fbd2eba5b6a82331aaca6f4b994ae905d9ccc0" + url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.3/downloads/unbound-schemas_0.0.3_Darwin_arm64.tar.gz" + sha256 "ca9c8553e4ca7178b3fd6f2f5c121d11325f9955431de3c9d81d7c980d1c6323" 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.2/downloads/unbound-schemas_0.0.2_Linux_x86_64.tar.gz" - sha256 "3f67aa3aec3ac88b58eff3d14a986039bcadc9f90a9736e03514e0046038a4da" + url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.3/downloads/unbound-schemas_0.0.3_Linux_x86_64.tar.gz" + sha256 "7200df658e45867dab301916d1a67f4d9dbdc412873e581089f6213898344e3f" 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.2/downloads/unbound-schemas_0.0.2_Linux_arm64.tar.gz" - sha256 "1d93da0ed1b15a4a30d978a1ee4859904fe528a5cff670536bff94451f2eb89e" + url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.3/downloads/unbound-schemas_0.0.3_Linux_arm64.tar.gz" + sha256 "5763785d4c4b949713ff982b9e2cd1338592451c6eb7126e8477cbc5b836f47a" def install bin.install "schemactl"