diff --git a/Formula/unbound-schemas.rb b/Formula/unbound-schemas.rb index 7f7208c..2b7ad8f 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.1.0" + version "0.1.1" on_macos do if Hardware::CPU.intel? - url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.1.0/downloads/unbound-schemas_0.1.0_darwin_amd64.tar.gz" - sha256 "9e0c3558df4db3ea175ab48c978ec561f7c252c932883214ae06273ad6eb1d50" + url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.1.1/downloads/unbound-schemas_0.1.1_darwin_amd64.tar.gz" + sha256 "67312d88958834576790524c9e4ecffe3e75b700e8c5c0815aae3a6f42e990be" def install bin.install "schemactl" end end if Hardware::CPU.arm? - url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.1.0/downloads/unbound-schemas_0.1.0_darwin_arm64.tar.gz" - sha256 "7bf1e76f8d86caf2ab8c6a9cb6e581635ef88cee4b9040b7f68d7d4ae2c9dce0" + url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.1.1/downloads/unbound-schemas_0.1.1_darwin_arm64.tar.gz" + sha256 "b3e51cdc6a3cd106cb3cab280c5fa6345c7ed589130ceaed038047d782b4cec7" 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.1.0/downloads/unbound-schemas_0.1.0_linux_amd64.tar.gz" - sha256 "79fbc012be49aedd4cf8cbc5913296abe5b9375f17d7c37c5e0f811c8d8f3b75" + url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.1.1/downloads/unbound-schemas_0.1.1_linux_amd64.tar.gz" + sha256 "87b526ad6a656a3577f45b482da1d56034e5952aa2713aa3537ce24a83116c11" 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.1.0/downloads/unbound-schemas_0.1.0_linux_arm64.tar.gz" - sha256 "94827364b05afaaff85b376f675f72249511491731c978620f02bd9aa86148fa" + url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.1.1/downloads/unbound-schemas_0.1.1_linux_arm64.tar.gz" + sha256 "3bc4d7852ce4182058356ea4f639541b038ee53cd438c6259ef18b0831aa902e" def install bin.install "schemactl"