From 87369f35c4172407228779795056394292e32b88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Audiger?=
 <31616285+jaudiger@users.noreply.github.com>
Date: Wed, 22 Jan 2025 22:31:01 +0100
Subject: [PATCH] feat: update tcsh to version 6.24.14 (#206)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jérémy Audiger <jeremy.audiger@icloud.com>
---
 packages/tcsh/brioche.lock | 4 ++--
 packages/tcsh/project.bri  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/tcsh/brioche.lock b/packages/tcsh/brioche.lock
index 08ec0e6..5fc5e07 100644
--- a/packages/tcsh/brioche.lock
+++ b/packages/tcsh/brioche.lock
@@ -1,9 +1,9 @@
 {
   "dependencies": {},
   "downloads": {
-    "https://astron.com/pub/tcsh/tcsh-6.24.13.tar.gz": {
+    "https://astron.com/pub/tcsh/tcsh-6.24.14.tar.gz": {
       "type": "sha256",
-      "value": "1e927d52e9c85d162bf985f24d13c6ccede9beb880d86fec492ed15480a5c71a"
+      "value": "36880f258a63fc11fe72a65098b585ebc4ecdee24388b8ebec97e6ae8e485318"
     }
   }
 }
diff --git a/packages/tcsh/project.bri b/packages/tcsh/project.bri
index 4db3eb5..419858f 100644
--- a/packages/tcsh/project.bri
+++ b/packages/tcsh/project.bri
@@ -2,7 +2,7 @@ import * as std from "std";
 
 export const project = {
   name: "tcsh",
-  version: "6.24.13",
+  version: "6.24.14",
 };
 
 const source = Brioche.download(