From 69fb713216489e493759eb269422171d6e7dbcac Mon Sep 17 00:00:00 2001 From: PentagonLP Date: Wed, 16 Jun 2021 22:48:13 +0200 Subject: [PATCH] Testing: New dependency finder --- testing/testpackage.ccpt | 1 + testing/testpackage2.ccpt | 1 + 2 files changed, 2 insertions(+) diff --git a/testing/testpackage.ccpt b/testing/testpackage.ccpt index e0cdf9e..76d9aa4 100644 --- a/testing/testpackage.ccpt +++ b/testing/testpackage.ccpt @@ -6,6 +6,7 @@ newestversion = "1.1", dependencies = { testpackage2 = "1.1" + testpackage3 = "1.0" }, install = { url = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/testing/testscript", diff --git a/testing/testpackage2.ccpt b/testing/testpackage2.ccpt index 433050f..f9701eb 100644 --- a/testing/testpackage2.ccpt +++ b/testing/testpackage2.ccpt @@ -5,6 +5,7 @@ website = "https://github.com/PentagonLP/ccpt", newestversion = "1.1", dependencies = { + testpackage3="1.0" }, install = { url = "https://raw.githubusercontent.com/PentagonLP/properprint/main/properprint",