From 50e9401f0c738a213cc8b0b51f47fa3d4d3b13b5 Mon Sep 17 00:00:00 2001 From: William Edwards Date: Tue, 24 Dec 2024 14:36:51 -0800 Subject: [PATCH] fix(Systemd Extension): update libiio to v0.26-2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa70289c..0b30971b 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ SSH_DATA_PATH ?= /home/$(SSH_USER)/Projects # systemd-sysext variables SYSEXT_ID ?= steamos SYSEXT_VERSION_ID ?= 3.6.3 -SYSEXT_LIBIIO_VERSION ?= 0.26-1 +SYSEXT_LIBIIO_VERSION ?= 0.26-2 SYSEXT_LIBSERIALPORT_VERSION ?= 0.1.2-1 # Include any user defined settings