From 6eb7960bef17926d3360a4dcbabe6c20e8cafa4d Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 10 Sep 2026 21:40:46 +0000 Subject: [PATCH] recetas: re-pinear netup y takana al commit con el loopback y el strip_debug del .swm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit netup `b3:5d4eebb6…` (trae el `lo` levantado), takana `b3:e1f79ff3…` (trae `strip_debug` viajando en el paquete). Los dos pineados a c0545ea4. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01RomoxEGZUhaT4pob1QSX5x --- recipes/netup.toml | 2 +- recipes/takana.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/netup.toml b/recipes/netup.toml index 112fb204..33f0aa92 100644 --- a/recipes/netup.toml +++ b/recipes/netup.toml @@ -15,7 +15,7 @@ license = "MIT" [source] # Repo del propio takana (origin). El commit es el identificador inmutable; subirlo cuando netup avance. repo = "ssh://gitea@git.tawasuyu.net:2345/sergio/takana.git" -commit = "be383ea485def684cb5886530efcd5333548743d" +commit = "c0545ea40cbf530c9b80fc9a76a20551163574cd" [build] compiler = "zig-cc" diff --git a/recipes/takana.toml b/recipes/takana.toml index bcb9b0c8..8bddb8b0 100644 --- a/recipes/takana.toml +++ b/recipes/takana.toml @@ -35,7 +35,7 @@ license = "MIT" # El repo del propio takana: el `commit` es el identificador inmutable; la URL es sólo locator y no # entra en `hash_inputs` (ADR 0013 §1). Subirlo cuando el CLI avance. repo = "ssh://gitea@git.gioser.net:2345/sergio/takana.git" -commit = "3ff7585aa251913acad6fd26d9142da408bd02f9" +commit = "c0545ea40cbf530c9b80fc9a76a20551163574cd" [build] compiler = "zig-cc"