Brew cask update for unbound-schemas version v0.6.2

This commit is contained in:
2025-08-22 14:08:22 +00:00
committed by Unbound Release
parent 05d926e226
commit 9936912795
+9 -13
View File
@@ -2,7 +2,7 @@
cask "unbound-schemas" do
desc ""
homepage "https://schemas.unbound.se/"
version "0.6.1"
version "0.6.2"
livecheck do
skip "Auto-generated on release."
@@ -12,30 +12,26 @@ cask "unbound-schemas" do
on_macos do
on_intel do
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.6.1/downloads/unbound-schemas_0.6.1_darwin_amd64.tar.gz"
sha256 "432620864edf503ec88776398fcbf6654f394144826d902a76d0d2280e3f9e40"
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.6.2/downloads/unbound-schemas_0.6.2_darwin_amd64.tar.gz"
sha256 "e83ba93a3d287b3edeab96ddeb4b0958a415ffdaf1c27f3884d9b5ebe3979d6a"
end
on_arm do
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.6.1/downloads/unbound-schemas_0.6.1_darwin_arm64.tar.gz"
sha256 "fe1da5d0bbad9da28358dda079677360436b160baf5fcd1797aa3d69b95bf844"
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.6.2/downloads/unbound-schemas_0.6.2_darwin_arm64.tar.gz"
sha256 "8ce720391e06c41314655fb87ac07f22ecbed5e8046bbdcee7167c9b24960066"
end
end
on_linux do
on_intel do
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.6.1/downloads/unbound-schemas_0.6.1_linux_amd64.tar.gz"
sha256 "83836d27a8b2e6417fe3ae257eca08dbb564b57074e676487b0e612d8d2a9bb3"
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.6.2/downloads/unbound-schemas_0.6.2_linux_amd64.tar.gz"
sha256 "978a8a7706c5cce6fda9c47eaa265ac926024adc23361f4a3b7e1a611169c889"
end
on_arm do
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.6.1/downloads/unbound-schemas_0.6.1_linux_arm64.tar.gz"
sha256 "06fe2a9e17f12b2b5f3d437fdd4e7ca311718a36158a6f655f9aafd42f2adac3"
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.6.2/downloads/unbound-schemas_0.6.2_linux_arm64.tar.gz"
sha256 "77c8adccc8fabca2c48cf31eaa02b05973f6529b0c6209077488376b78dcfb68"
end
end
conflicts_with formula: [
"unbound-schemas",
]
postflight do
# replace foo with the actual binary name
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/schemactl"]