Brew formula update for unbound-schemas version v0.0.4
This commit is contained in:
@@ -5,20 +5,20 @@
|
||||
class UnboundSchemas < Formula
|
||||
desc ""
|
||||
homepage "https://schemas.unbound.se/"
|
||||
version "0.0.3"
|
||||
version "0.0.4"
|
||||
|
||||
on_macos do
|
||||
if Hardware::CPU.intel?
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.3/downloads/unbound-schemas_0.0.3_Darwin_x86_64.tar.gz"
|
||||
sha256 "d34e729968f882e583d4930f85e7fc2c611075405485b2a42ec0892f2c3c62b7"
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.4/downloads/unbound-schemas_0.0.4_Darwin_x86_64.tar.gz"
|
||||
sha256 "90549ac6baa3ecae5d862c7ea39d95a45c78b989c20de34db28b5ddf2a6cd659"
|
||||
|
||||
def install
|
||||
bin.install "schemactl"
|
||||
end
|
||||
end
|
||||
if Hardware::CPU.arm?
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.3/downloads/unbound-schemas_0.0.3_Darwin_arm64.tar.gz"
|
||||
sha256 "ca9c8553e4ca7178b3fd6f2f5c121d11325f9955431de3c9d81d7c980d1c6323"
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.4/downloads/unbound-schemas_0.0.4_Darwin_arm64.tar.gz"
|
||||
sha256 "9a461f846c855d03f0a558154f25778aae81d27b6e72101a76c979a8dd25d101"
|
||||
|
||||
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.3/downloads/unbound-schemas_0.0.3_Linux_x86_64.tar.gz"
|
||||
sha256 "7200df658e45867dab301916d1a67f4d9dbdc412873e581089f6213898344e3f"
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.4/downloads/unbound-schemas_0.0.4_Linux_x86_64.tar.gz"
|
||||
sha256 "3454b549c4585ce473d59ce37bb9aa96286d1c88585e26f5b7732965db33da60"
|
||||
|
||||
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.3/downloads/unbound-schemas_0.0.3_Linux_arm64.tar.gz"
|
||||
sha256 "5763785d4c4b949713ff982b9e2cd1338592451c6eb7126e8477cbc5b836f47a"
|
||||
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.0.4/downloads/unbound-schemas_0.0.4_Linux_arm64.tar.gz"
|
||||
sha256 "c54cd62c1258f491e6e3e15a06136eab9c2f3fd024cb3be22a1e5a92decf8088"
|
||||
|
||||
def install
|
||||
bin.install "schemactl"
|
||||
|
||||
Reference in New Issue
Block a user