Brew formula update for unbound-schemas version v0.2.0
This commit is contained in:
@@ -5,20 +5,20 @@
|
||||
class UnboundSchemas < Formula
|
||||
desc ""
|
||||
homepage "https://schemas.unbound.se/"
|
||||
version "0.1.1"
|
||||
version "0.2.0"
|
||||
|
||||
on_macos do
|
||||
if Hardware::CPU.intel?
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.1.1/downloads/unbound-schemas_0.1.1_darwin_amd64.tar.gz"
|
||||
sha256 "67312d88958834576790524c9e4ecffe3e75b700e8c5c0815aae3a6f42e990be"
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.2.0/downloads/unbound-schemas_0.2.0_darwin_amd64.tar.gz"
|
||||
sha256 "fc582144d8033c511605ec597cdab49c119f1a408477650ba10ce2387f0e4a9d"
|
||||
|
||||
def install
|
||||
bin.install "schemactl"
|
||||
end
|
||||
end
|
||||
if Hardware::CPU.arm?
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.1.1/downloads/unbound-schemas_0.1.1_darwin_arm64.tar.gz"
|
||||
sha256 "b3e51cdc6a3cd106cb3cab280c5fa6345c7ed589130ceaed038047d782b4cec7"
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.2.0/downloads/unbound-schemas_0.2.0_darwin_arm64.tar.gz"
|
||||
sha256 "da458e0d629a832b670bc438cadc3d4c5e2f76d3610c0dccf41101e23389e96a"
|
||||
|
||||
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.1/downloads/unbound-schemas_0.1.1_linux_amd64.tar.gz"
|
||||
sha256 "87b526ad6a656a3577f45b482da1d56034e5952aa2713aa3537ce24a83116c11"
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.2.0/downloads/unbound-schemas_0.2.0_linux_amd64.tar.gz"
|
||||
sha256 "27a852749aea9739332e0dc7c580393de25fd2e5ce58064673f2ff815e2561f7"
|
||||
|
||||
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.1/downloads/unbound-schemas_0.1.1_linux_arm64.tar.gz"
|
||||
sha256 "3bc4d7852ce4182058356ea4f639541b038ee53cd438c6259ef18b0831aa902e"
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.2.0/downloads/unbound-schemas_0.2.0_linux_arm64.tar.gz"
|
||||
sha256 "725fefee9ad584c19bc90ff9ae3696c1a0a0605ec0893a30c7cdd2ba7686e0f0"
|
||||
|
||||
def install
|
||||
bin.install "schemactl"
|
||||
|
||||
Reference in New Issue
Block a user