[arpack-ng] Update version to 3.9.1 (#38411)

Update `arpack-ng` version to 3.9.1

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
This commit is contained in:
Frank 2024-04-29 13:13:11 +00:00 коммит произвёл GitHub
Родитель 6ee12a8769
Коммит 1db0bfeadf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 9 добавлений и 5 удалений

Просмотреть файл

@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO opencollab/arpack-ng
REF ${VERSION}
SHA512 fbcaa2179dd1aa5a39fc3e7d80f377ec90ddf16ef93184a88e6ecfc464ed97e5659f2cf578294ac3e0b0c0da6408c86acf5bbdce533e1e9d2a3121848340d282
SHA512 1ca590a8c4f75aa74402f9bd62e63851039687f4cb11afa8acb05fce1f22a512bff5fd1709ea85fdbea90b344fbbc01e3944c770b5ddc4d1aabc98ac334f78d2
HEAD_REF master
)

Просмотреть файл

@ -1,7 +1,6 @@
{
"name": "arpack-ng",
"version": "3.9.0",
"port-version": 1,
"version": "3.9.1",
"description": "ARPACK-NG is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems.",
"homepage": "https://github.com/opencollab/arpack-ng",
"license": "BSD-3-Clause",

Просмотреть файл

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7dd6a7103d3c8f2b5377921d2edc2b29d330a531",
"version": "3.9.1",
"port-version": 0
},
{
"git-tree": "8bee9f6f6141b136982fd4b4b1d7e6a4a6d9a0df",
"version": "3.9.0",

Просмотреть файл

@ -233,8 +233,8 @@
"port-version": 1
},
"arpack-ng": {
"baseline": "3.9.0",
"port-version": 1
"baseline": "3.9.1",
"port-version": 0
},
"arrayfire": {
"baseline": "3.8.0",