Brew cask update for unbound-schemas version v0.5.2

This commit is contained in:
2025-06-09 07:32:03 +00:00
committed by Unbound Release
parent 003584ec4a
commit 805a43fe27
+10 -10
View File
@@ -2,33 +2,33 @@
cask "unbound-schemas" do
desc ""
homepage "https://schemas.unbound.se/"
version "0.5.1"
version "0.5.2"
livecheck do
skip "Auto-generated on release."
end
binary "unbound-schemas"
binary "schemactl"
on_macos do
on_intel do
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.5.1/downloads/unbound-schemas_0.5.1_darwin_amd64.tar.gz"
sha256 "0bca4bd059c6f13c3a7f1997858c18509c15f827a2e26d782c0e8d791b0a1d84"
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.5.2/downloads/unbound-schemas_0.5.2_darwin_amd64.tar.gz"
sha256 "c121f8672e5ad25bd305b9c91b264ba03eb32f2a6042b9c78730176ffa640569"
end
on_arm do
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.5.1/downloads/unbound-schemas_0.5.1_darwin_arm64.tar.gz"
sha256 "0ed143d842078c250e74cc9339a5ad037e650c34b7edd8a183b69ddbf02868ec"
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.5.2/downloads/unbound-schemas_0.5.2_darwin_arm64.tar.gz"
sha256 "8f68c82e433bfbe4cd34a2371423a887c9e81f6dadd7260c11ad6f7938503d3d"
end
end
on_linux do
on_intel do
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.5.1/downloads/unbound-schemas_0.5.1_linux_amd64.tar.gz"
sha256 "a30c485009193e71ac3542cd85def65a95323a9b75befd391aadf3a6c2014b5f"
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.5.2/downloads/unbound-schemas_0.5.2_linux_amd64.tar.gz"
sha256 "b70d23c7c8483f7a1d862722f7c9d4954f8190794bfcf301e5c376badaf4e998"
end
on_arm do
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.5.1/downloads/unbound-schemas_0.5.1_linux_arm64.tar.gz"
sha256 "47b329a1139cbaa95f1689fb4b05720e3b66d954e0cc0e2eff95d082043da4c9"
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.5.2/downloads/unbound-schemas_0.5.2_linux_arm64.tar.gz"
sha256 "6273e23b966de5c6c372ed2a2627eb2120c36ff3f3799d534529b15239aaf352"
end
end