Brew cask update for unbound-schemas version v0.6.5

This commit is contained in:
2025-09-18 12:14:17 +00:00
committed by Unbound Release
parent 788d918266
commit 466e60e48b
+5 -5
View File
@@ -3,7 +3,7 @@ cask "unbound-schemas" do
name "unbound-schemas" name "unbound-schemas"
desc "" desc ""
homepage "https://schemas.unbound.se/" homepage "https://schemas.unbound.se/"
version "0.6.4" version "0.6.5"
livecheck do livecheck do
skip "Auto-generated on release." skip "Auto-generated on release."
@@ -14,22 +14,22 @@ cask "unbound-schemas" do
on_macos do on_macos do
on_intel do on_intel do
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v#{version}/downloads/unbound-schemas_#{version}_darwin_amd64.tar.gz" url "https://gitlab.com/unboundsoftware/schemas/-/releases/v#{version}/downloads/unbound-schemas_#{version}_darwin_amd64.tar.gz"
sha256 "eb9f04aad3aa5f97b3a506ae4871779160185bc062713cdf1e1568dd8bb97ed2" sha256 "4f1119585e8ebadc56b8dcc083a49ae5cc4352c34d5595fa3528d79463b3d465"
end end
on_arm do on_arm do
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v#{version}/downloads/unbound-schemas_#{version}_darwin_arm64.tar.gz" url "https://gitlab.com/unboundsoftware/schemas/-/releases/v#{version}/downloads/unbound-schemas_#{version}_darwin_arm64.tar.gz"
sha256 "51e6ec79a9426b4bb26150d872d6188210a41c80619c6f4c3f2680797dcb264e" sha256 "ba960db42fd5e3688322f023bb8b5d6ed47c4f43d926e7aa34106568ed3fa169"
end end
end end
on_linux do on_linux do
on_intel do on_intel do
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v#{version}/downloads/unbound-schemas_#{version}_linux_amd64.tar.gz" url "https://gitlab.com/unboundsoftware/schemas/-/releases/v#{version}/downloads/unbound-schemas_#{version}_linux_amd64.tar.gz"
sha256 "41925f8568c072a4dd198bf806eb1bac51e83bae2a8f9d0eb7d2a54e04f939f5" sha256 "534fc1ffec159de7e67ea76c2f669a4b64d43742a0d1a36acefafa8026ff8441"
end end
on_arm do on_arm do
url "https://gitlab.com/unboundsoftware/schemas/-/releases/v#{version}/downloads/unbound-schemas_#{version}_linux_arm64.tar.gz" url "https://gitlab.com/unboundsoftware/schemas/-/releases/v#{version}/downloads/unbound-schemas_#{version}_linux_arm64.tar.gz"
sha256 "cf4371d2878da11b61f8f705f4202831ae954a22b13df219e106d888f0602d23" sha256 "2046afb6ef3d55cadbfde93e32460947038aceef210ccc1a044d678938511482"
end end
end end