Skip to content

Commit

Permalink
[ngspice] update version to 41 (microsoft#33549)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwang118 authored Sep 6, 2023
1 parent 77ee154 commit df25503
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/ngspice/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ vcpkg_from_sourceforge(
REPO ngspice/ng-spice-rework
REF ${VERSION}
FILENAME "ngspice-${VERSION}.tar.gz"
SHA512 724415cea3249d049d796360f5f59ec5e68edb1899e82b0fbd68455791863c274abe1a505b7148ef96adbb485bc677d38432fa4effe4069bbdfe284ff3e59921
SHA512 fb0960cc9fcde1871fad82571cacebb1f5cce09ee3297cc938a24b88173ed102a2cb3f246599cdfbde7275e45e3d551edd0368e3ba6e79c592937c4cc466325e
PATCHES
use-winbison-sharedspice.patch
use-winbison-vngspice.patch
Expand Down
3 changes: 1 addition & 2 deletions ports/ngspice/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "ngspice",
"version": "39",
"port-version": 1,
"version": "41",
"description": "Ngspice is a mixed-level/mixed-signal electronic circuit simulator. It is a successor of the latest stable release of Berkeley SPICE",
"homepage": "http://ngspice.sourceforge.net/",
"license": "CC-BY-SA-4.0",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5721,8 +5721,8 @@
"port-version": 0
},
"ngspice": {
"baseline": "39",
"port-version": 1
"baseline": "41",
"port-version": 0
},
"ngtcp2": {
"baseline": "0.18.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/ngspice.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ae82af35f1dfb0ac52968de34d29a7de809cf575",
"version": "41",
"port-version": 0
},
{
"git-tree": "2810bbc81dca4d7c2cc27859dc4403b347e6e40d",
"version": "39",
Expand Down

0 comments on commit df25503

Please sign in to comment.