From 7f92d31781e9b0a15707dd9e57daad28e71ccd58 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 1 Jan 2024 09:59:10 -0500 Subject: [PATCH 1/3] contour 0.4.1.6292 --- Casks/c/contour.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/c/contour.rb b/Casks/c/contour.rb index 7eb51a0195..3d0f28b8fa 100644 --- a/Casks/c/contour.rb +++ b/Casks/c/contour.rb @@ -1,6 +1,6 @@ cask "contour" do - version "0.4.0.6245" - sha256 "9aada387d7f213609707dd6c8f7730d4d23769b2c4a7f16bfe37bab92663337c" + version "0.4.1.6292" + sha256 "c168263e9e50ece9b9f4e4168143f66bbc7c6b0a8b7392020a192c54dcf24a8d" url "https://github.com/contour-terminal/contour/releases/download/v#{version}/contour-#{version}-osx.dmg" name "Contour" From c12579884dc8164cf18942aadd8f4daf131b14f6 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 1 Jan 2024 10:19:16 -0500 Subject: [PATCH 2/3] contour: app name `Contour.app` -> `contour.app` Signed-off-by: Rui Chen --- Casks/c/contour.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Casks/c/contour.rb b/Casks/c/contour.rb index 3d0f28b8fa..a0dd050e56 100644 --- a/Casks/c/contour.rb +++ b/Casks/c/contour.rb @@ -3,17 +3,17 @@ cask "contour" do sha256 "c168263e9e50ece9b9f4e4168143f66bbc7c6b0a8b7392020a192c54dcf24a8d" url "https://github.com/contour-terminal/contour/releases/download/v#{version}/contour-#{version}-osx.dmg" - name "Contour" + name "contour" desc "Terminal emulator" homepage "https://github.com/contour-terminal/contour/" - app "Contour.app" - binary "Contour.app/Contents/MacOS/contour" - binary "Contour.app/Contents/Resources/shell-integration/shell-integration.zsh", + app "contour.app" + binary "contour.app/Contents/MacOS/contour" + binary "contour.app/Contents/Resources/shell-integration/shell-integration.zsh", target: "#{HOMEBREW_PREFIX}/share/zsh/site-functions/_contour" - binary "Contour.app/Contents/Resources/terminfo/63/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", + binary "contour.app/Contents/Resources/terminfo/63/contour-latest", target: "#{ENV.fetch("TERMINFO", "~/.terminfo")}/63/contour-latest" zap trash: "~/.config/contour" From 499ae0a829d1523b7a9d7ad9bcdec5dbb6a863c7 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 1 Jan 2024 10:22:16 -0500 Subject: [PATCH 3/3] 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