Brew cask update for unbound-schemas version v0.6.1

This commit is contained in:
2025-08-22 12:41:07 +00:00
committed by Unbound Release
parent 7bb7e394da
commit 1e86aef038
+9 -9
View File
@@ -2,7 +2,7 @@
cask "unbound-schemas" do cask "unbound-schemas" do
desc "" desc ""
homepage "https://schemas.unbound.se/" homepage "https://schemas.unbound.se/"
version "0.6.0" version "0.6.1"
livecheck do livecheck do
skip "Auto-generated on release." skip "Auto-generated on release."
@@ -12,23 +12,23 @@ cask "unbound-schemas" do
on_macos do on_macos do
on_intel do on_intel do
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.6.0/downloads/unbound-schemas_0.6.0_darwin_amd64.tar.gz" url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.6.1/downloads/unbound-schemas_0.6.1_darwin_amd64.tar.gz"
sha256 "929729eb9abe62fe09f4fdd6e81de0b1e3507e90b3d98a36c29b5ee8fc94a5b2" sha256 "432620864edf503ec88776398fcbf6654f394144826d902a76d0d2280e3f9e40"
end end
on_arm do on_arm do
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.6.0/downloads/unbound-schemas_0.6.0_darwin_arm64.tar.gz" url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.6.1/downloads/unbound-schemas_0.6.1_darwin_arm64.tar.gz"
sha256 "923f8b79afbeb528dff0c15ca2c7628835cc3de856613f20063e2fde22bc1aa7" sha256 "fe1da5d0bbad9da28358dda079677360436b160baf5fcd1797aa3d69b95bf844"
end end
end end
on_linux do on_linux do
on_intel do on_intel do
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.6.0/downloads/unbound-schemas_0.6.0_linux_amd64.tar.gz" url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.6.1/downloads/unbound-schemas_0.6.1_linux_amd64.tar.gz"
sha256 "2266e52950c43da04a4ce0f39da356ee1d1574f88b7068f3859037ebb33b18c4" sha256 "83836d27a8b2e6417fe3ae257eca08dbb564b57074e676487b0e612d8d2a9bb3"
end end
on_arm do on_arm do
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.6.0/downloads/unbound-schemas_0.6.0_linux_arm64.tar.gz" url "https://gitlab.com/unboundsoftware/schemas/-/releases/v0.6.1/downloads/unbound-schemas_0.6.1_linux_arm64.tar.gz"
sha256 "6c91d75625fa29f18866b6d7c904293c1e75ac3eab63787c529a636ba17ddaa9" sha256 "06fe2a9e17f12b2b5f3d437fdd4e7ca311718a36158a6f655f9aafd42f2adac3"
end end
end end