diff --git a/Formula/unbound-schemas.rb b/Formula/unbound-schemas.rb index ace8532..77a4675 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.3.0" + version "0.4.0" on_macos do if Hardware::CPU.intel? - url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.3.0/downloads/unbound-schemas_0.3.0_darwin_amd64.tar.gz" - sha256 "c4d3fc7d347e346670a2b51af845a341471c5dd7c8e3c9ebd8b332054b041a32" + url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.4.0/downloads/unbound-schemas_0.4.0_darwin_amd64.tar.gz" + sha256 "8cdf258808f03d10565a2509b8d6e90ddc4df1492284a13dc153cadeaca3c836" def install bin.install "schemactl" end end if Hardware::CPU.arm? - url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.3.0/downloads/unbound-schemas_0.3.0_darwin_arm64.tar.gz" - sha256 "90ce0d16c24d74abbcdaa2329b6c766e14eaffaaeaee49801962442fbeeab41e" + url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.4.0/downloads/unbound-schemas_0.4.0_darwin_arm64.tar.gz" + sha256 "14b9f957926370e6a4d4e1fdbd21e4144c52f6a48242502922a02cfcb736749e" 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.3.0/downloads/unbound-schemas_0.3.0_linux_amd64.tar.gz" - sha256 "c87ab5d7faf47df1e3fa035268df7fa3df8ecc87b4e6f068632d3f78ef62df10" + url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.4.0/downloads/unbound-schemas_0.4.0_linux_amd64.tar.gz" + sha256 "3dfb76b3f23171b1bcb219952c42e198f2388f720089016a5519490a9a113711" 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.3.0/downloads/unbound-schemas_0.3.0_linux_arm64.tar.gz" - sha256 "2bcaf512b3ab7c312db3ff67f1a0e80234989ccb37fd3a13da40cfca52d25ac3" + url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.4.0/downloads/unbound-schemas_0.4.0_linux_arm64.tar.gz" + sha256 "98a2b01b8aca2af06dc36de12bef6bd82769877b91be95e07696a0a398b2ce63" def install bin.install "schemactl"