From abfd66dbb6cf17e6776b9d64789922a6320b3d52 Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Mon, 1 May 2023 15:15:39 -0400 Subject: [PATCH] Switch TrueNAS 13.1 to FreeBSD 13.2. --- build/profiles/freenas/repos.pyd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/profiles/freenas/repos.pyd b/build/profiles/freenas/repos.pyd index 97a52ff..76f5e57 100644 --- a/build/profiles/freenas/repos.pyd +++ b/build/profiles/freenas/repos.pyd @@ -27,7 +27,7 @@ repos += { "name": "os", "path": "os", "url": "https://github.com/freenas/os.git", - "branch": "truenas/13-stable" + "branch": "truenas/13.1-stable" } repos += {