Brew formula update for unbound-schemas version v0.3.0
This commit is contained in:
@@ -5,20 +5,20 @@
|
|||||||
class UnboundSchemas < Formula
|
class UnboundSchemas < Formula
|
||||||
desc ""
|
desc ""
|
||||||
homepage "https://schemas.unbound.se/"
|
homepage "https://schemas.unbound.se/"
|
||||||
version "0.2.0"
|
version "0.3.0"
|
||||||
|
|
||||||
on_macos do
|
on_macos do
|
||||||
if Hardware::CPU.intel?
|
if Hardware::CPU.intel?
|
||||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.2.0/downloads/unbound-schemas_0.2.0_darwin_amd64.tar.gz"
|
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.3.0/downloads/unbound-schemas_0.3.0_darwin_amd64.tar.gz"
|
||||||
sha256 "fc582144d8033c511605ec597cdab49c119f1a408477650ba10ce2387f0e4a9d"
|
sha256 "c4d3fc7d347e346670a2b51af845a341471c5dd7c8e3c9ebd8b332054b041a32"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
bin.install "schemactl"
|
bin.install "schemactl"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if Hardware::CPU.arm?
|
if Hardware::CPU.arm?
|
||||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.2.0/downloads/unbound-schemas_0.2.0_darwin_arm64.tar.gz"
|
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.3.0/downloads/unbound-schemas_0.3.0_darwin_arm64.tar.gz"
|
||||||
sha256 "da458e0d629a832b670bc438cadc3d4c5e2f76d3610c0dccf41101e23389e96a"
|
sha256 "90ce0d16c24d74abbcdaa2329b6c766e14eaffaaeaee49801962442fbeeab41e"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
bin.install "schemactl"
|
bin.install "schemactl"
|
||||||
@@ -29,8 +29,8 @@ class UnboundSchemas < Formula
|
|||||||
on_linux do
|
on_linux do
|
||||||
if Hardware::CPU.intel?
|
if Hardware::CPU.intel?
|
||||||
if Hardware::CPU.is_64_bit?
|
if Hardware::CPU.is_64_bit?
|
||||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.2.0/downloads/unbound-schemas_0.2.0_linux_amd64.tar.gz"
|
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.3.0/downloads/unbound-schemas_0.3.0_linux_amd64.tar.gz"
|
||||||
sha256 "27a852749aea9739332e0dc7c580393de25fd2e5ce58064673f2ff815e2561f7"
|
sha256 "c87ab5d7faf47df1e3fa035268df7fa3df8ecc87b4e6f068632d3f78ef62df10"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
bin.install "schemactl"
|
bin.install "schemactl"
|
||||||
@@ -39,8 +39,8 @@ class UnboundSchemas < Formula
|
|||||||
end
|
end
|
||||||
if Hardware::CPU.arm?
|
if Hardware::CPU.arm?
|
||||||
if Hardware::CPU.is_64_bit?
|
if Hardware::CPU.is_64_bit?
|
||||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.2.0/downloads/unbound-schemas_0.2.0_linux_arm64.tar.gz"
|
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.3.0/downloads/unbound-schemas_0.3.0_linux_arm64.tar.gz"
|
||||||
sha256 "725fefee9ad584c19bc90ff9ae3696c1a0a0605ec0893a30c7cdd2ba7686e0f0"
|
sha256 "2bcaf512b3ab7c312db3ff67f1a0e80234989ccb37fd3a13da40cfca52d25ac3"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
bin.install "schemactl"
|
bin.install "schemactl"
|
||||||
|
|||||||
Reference in New Issue
Block a user