From 406893300a846f10bdc4317efea3339d5f5b34d2 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 3 Apr 2024 17:51:31 +0000 Subject: [PATCH] Brew formula update for unbound-schemas version v0.0.5 --- 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 f7af1f2..4770a9b 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.4" + version "0.0.5" on_macos do 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" - sha256 "90549ac6baa3ecae5d862c7ea39d95a45c78b989c20de34db28b5ddf2a6cd659" + url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.5/downloads/unbound-schemas_0.0.5_darwin_amd64.tar.gz" + sha256 "22c67fc64195ebee9f6d21d48b7309c11a5beeaedd60070d56bce079aa7e48dd" def install bin.install "schemactl" end end if Hardware::CPU.arm? - url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.4/downloads/unbound-schemas_0.0.4_Darwin_arm64.tar.gz" - sha256 "9a461f846c855d03f0a558154f25778aae81d27b6e72101a76c979a8dd25d101" + url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.5/downloads/unbound-schemas_0.0.5_darwin_arm64.tar.gz" + sha256 "58ca7d8fc8c8a728cfcf28a325c95e1c58182c1ecab5c10e429516314b019904" 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.4/downloads/unbound-schemas_0.0.4_Linux_x86_64.tar.gz" - sha256 "3454b549c4585ce473d59ce37bb9aa96286d1c88585e26f5b7732965db33da60" + url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.5/downloads/unbound-schemas_0.0.5_linux_amd64.tar.gz" + sha256 "75f57254f90aac4b387dc6d58b07c68d0ae61348458b79c75138fc7e8bd9540e" 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.4/downloads/unbound-schemas_0.0.4_Linux_arm64.tar.gz" - sha256 "c54cd62c1258f491e6e3e15a06136eab9c2f3fd024cb3be22a1e5a92decf8088" + url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.5/downloads/unbound-schemas_0.0.5_linux_arm64.tar.gz" + sha256 "4dfded2cfd8c0ebe4d473ed50c1d9fd98fb7b839ba33d0f7e0eae149bcc6d275" def install bin.install "schemactl"