diff options
| author | Marek Roszko <mark.roszko@gmail.com> | 2021-02-11 03:06:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 00:06:01 -0800 |
| commit | 7c4323099b73f3a42f455a85e9b53c0bca81b519 (patch) | |
| tree | b906d579397019a87fa4592f1628b9f15861a69b /versions/n- | |
| parent | 8cf29a3c880235049d27c275f30d3c623900a9ec (diff) | |
| download | vcpkg-7c4323099b73f3a42f455a85e9b53c0bca81b519.tar.gz vcpkg-7c4323099b73f3a42f455a85e9b53c0bca81b519.zip | |
[ngspice] fix win32 codemodel glob (#16131)
* [ngspice] Fix 32-bit code models not being globbed correctly
* [ngspice] update x-add-version
Diffstat (limited to 'versions/n-')
| -rw-r--r-- | versions/n-/ngspice.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/n-/ngspice.json b/versions/n-/ngspice.json index 692e4ae9c..f7d4016c9 100644 --- a/versions/n-/ngspice.json +++ b/versions/n-/ngspice.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "249a0e9bafd17932e3d46a0f979a2983b8a78b0d", + "version-string": "34", + "port-version": 1 + }, + { "git-tree": "2a9bd9cf0045f6a35080bf13ea51abba65bd49a6", "version-string": "34", "port-version": 0 |
