aboutsummaryrefslogtreecommitdiff
path: root/versions
diff options
context:
space:
mode:
authorJulian Scholle <Julian.scholle@googlemail.com>2021-04-01 19:44:04 +0200
committerGitHub <noreply@github.com>2021-04-01 10:44:04 -0700
commitcd7f976e99c2b2ee4c6d2ac55e6e6ed206c4865c (patch)
tree188ad2cb6d1e95a92ed53345e8117c8f8031ab4d /versions
parentfecd9f144977ec6d327e334bb67d54c44e992741 (diff)
downloadvcpkg-cd7f976e99c2b2ee4c6d2ac55e6e6ed206c4865c.tar.gz
vcpkg-cd7f976e99c2b2ee4c6d2ac55e6e6ed206c4865c.zip
[sciplot] Add new port (#15913)
* add sciplot port * port should also work on all platforms, as long as gnuplot can be installed * add version information to vcpkg * disable uwp in build pipeline and fix version SHA * uwp not supported * fix version sha * Use vcpkg.json and bump version to 0.2.2 * add sciplot version * [sciplot] Remove inaccessible 0.1 port Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions')
-rw-r--r--versions/baseline.json4
-rw-r--r--versions/s-/sciplot.json9
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json
index 2cdf05538..556e2b77b 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5388,6 +5388,10 @@
"baseline": "4.4.6",
"port-version": 0
},
+ "sciplot": {
+ "baseline": "0.2.2",
+ "port-version": 0
+ },
"sciter": {
"baseline": "4.4.3.20",
"port-version": 0
diff --git a/versions/s-/sciplot.json b/versions/s-/sciplot.json
new file mode 100644
index 000000000..ff250aea1
--- /dev/null
+++ b/versions/s-/sciplot.json
@@ -0,0 +1,9 @@
+{
+ "versions": [
+ {
+ "git-tree": "6d01187d3c940b9bf5b3f35902469959fe640a6c",
+ "version": "0.2.2",
+ "port-version": 0
+ }
+ ]
+}