From 499ae0a829d1523b7a9d7ad9bcdec5dbb6a863c7 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 1 Jan 2024 10:22:16 -0500 Subject: [PATCH] contour: remove `63/contour-latest` ref Signed-off-by: Rui Chen --- Casks/c/contour.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Casks/c/contour.rb b/Casks/c/contour.rb index a0dd050e56..e69c27c65b 100644 --- a/Casks/c/contour.rb +++ b/Casks/c/contour.rb @@ -13,8 +13,6 @@ cask "contour" do target: "#{HOMEBREW_PREFIX}/share/zsh/site-functions/_contour" binary "contour.app/Contents/Resources/terminfo/63/contour", target: "#{ENV.fetch("TERMINFO", "~/.terminfo")}/63/contour" - binary "contour.app/Contents/Resources/terminfo/63/contour-latest", - target: "#{ENV.fetch("TERMINFO", "~/.terminfo")}/63/contour-latest" zap trash: "~/.config/contour" end