From e6b6457bed15fd05c12b97ce3ef7b3471e175fdd Mon Sep 17 00:00:00 2001 From: Jason Coleman Date: Fri, 27 Sep 2024 23:48:10 -0500 Subject: [PATCH 1/2] Added com.bentley.math-content JSON entry Signed-off-by: Jason Coleman --- com.bentley.math-content.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 com.bentley.math-content.json diff --git a/com.bentley.math-content.json b/com.bentley.math-content.json new file mode 100644 index 0000000..5961c2c --- /dev/null +++ b/com.bentley.math-content.json @@ -0,0 +1,34 @@ +[ + { + "name": "com.bentley.math-content", + "description": "", + "keywords": [ + "mathml", + "mathjax", + "equations" + ], + "homepage": "https://github.com/super-structure/com.bentley.math-content", + "vers": "1.0.0", + "license": "MIT", + "deps": [ + { + "name": "org.dita.base", + "req": ">=3.1.0" + }, + { + "name": "org.dita.pdf2", + "req": ">=4.0.1" + }, + { + "name": "org.dita.html5", + "req": ">=4.0.1" + }, + { + "name": "fox.jason.extend.css", + "req": ">=1.2.1" + } + ], + "url": "https://github.com/super-structure/com.bentley.math-content/releases/download/v1.0.0/com.bentley.math-content-1.0.0.zip", + "cksum": "EE35C5297EF589158CF1E688878CFB6FDC4E69915649A77D9498B671EAA62CFB" + } +] \ No newline at end of file From 6deb1ff44a005b10fdf61d5501aa1089a044968b Mon Sep 17 00:00:00 2001 From: Jason Coleman Date: Mon, 30 Sep 2024 10:35:27 -0500 Subject: [PATCH 2/2] Update com.bentley.math-content JSON for bug fix release --- com.bentley.math-content.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.bentley.math-content.json b/com.bentley.math-content.json index 5961c2c..2d3abac 100644 --- a/com.bentley.math-content.json +++ b/com.bentley.math-content.json @@ -8,7 +8,7 @@ "equations" ], "homepage": "https://github.com/super-structure/com.bentley.math-content", - "vers": "1.0.0", + "vers": "1.0.1", "license": "MIT", "deps": [ { @@ -28,7 +28,7 @@ "req": ">=1.2.1" } ], - "url": "https://github.com/super-structure/com.bentley.math-content/releases/download/v1.0.0/com.bentley.math-content-1.0.0.zip", + "url": "https://github.com/super-structure/com.bentley.math-content/releases/download/v1.0.1/com.bentley.math-content-1.0.1.zip", "cksum": "EE35C5297EF589158CF1E688878CFB6FDC4E69915649A77D9498B671EAA62CFB" } ] \ No newline at end of file