From 6f1c991116eadf87035f61ee5478c627dbeefd8e Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Tue, 26 Feb 2019 22:38:36 +0100 Subject: [PATCH] Fix dependency versioning for icy-streams --- runtimes/icy-streams/archives | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/runtimes/icy-streams/archives b/runtimes/icy-streams/archives index c3fc321c4..4efbca26e 100644 --- a/runtimes/icy-streams/archives +++ b/runtimes/icy-streams/archives @@ -1,8 +1,8 @@ @SDK_USER@/src/init/@SDK_VERSION@ @SDK_USER@/src/libc/@SDK_VERSION@ @SDK_USER@/src/vfs/@SDK_VERSION@ +@UPSTREAM_USER@/src/libmpg123/@UPSTREAM_VERSION@ +@UPSTREAM_USER@/src/mp3_audio_sink/@UPSTREAM_VERSION@ +@UPSTREAM_USER@/src/vfs_lwip/@UPSTREAM_VERSION@ +@UPSTREAM_USER@/src/zlib/@UPSTREAM_VERSION@ @DEPOT_USER@/src/icy_client/@DEPOT_VERSION@ -@DEPOT_USER@/src/libmpg123/@DEPOT_VERSION@ -@DEPOT_USER@/src/mp3_audio_sink/@DEPOT_VERSION@ -@DEPOT_USER@/src/vfs_lwip/@DEPOT_VERSION@ -@DEPOT_USER@/src/zlib/@DEPOT_VERSION@