From 8590aa84a3fb212233a05853137d6189bdbda177 Mon Sep 17 00:00:00 2001
From: Andreas Gattringer <andreas.gattringer@univie.ac.at>
Date: Tue, 30 May 2023 15:47:44 +0200
Subject: [PATCH] added cats.json with download links for the binary data -
 currently located at a temporary location, will be moved to
 https://cats.univie.ac.at at release

---
 data/cats.json | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 data/cats.json

diff --git a/data/cats.json b/data/cats.json
new file mode 100644
index 0000000..36d250d
--- /dev/null
+++ b/data/cats.json
@@ -0,0 +1,30 @@
+{
+	"newest":  {
+		"windows_binaries": "1.0.2",
+		"quickstart_data": "1.0"
+	},
+	
+	"windows_binaries": [ 
+		{	
+			"version": "1.0.2", 
+			"url": "https://ucloud.univie.ac.at/index.php/s/GUCKZwVeVkY4VDO/download" 
+		},
+		{
+                        "version": "1.0.1",
+                        "url": "https://ucloud.univie.ac.at/index.php/s/24xT4g0qttDdb7z/download"
+
+		},
+		{	
+			"version": "1.0.0", 
+			"url": "https://ucloud.univie.ac.at/index.php/s/pHFUkfswbE4PyqZ/download" 
+		}
+	],
+	
+	"quickstart_data": [ 
+		{	
+			"version": "1.0", 
+			"url": "https://ucloud.univie.ac.at/index.php/s/kFAi4qCrLJfEz4s/download" 
+		}
+	]
+			
+}
-- 
GitLab