mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:53:03 +08:00
[libgnutls] update to 3.8.3 (#37051)
- [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:
parent
bfe8c13a89
commit
a0b08eaea9
@ -5,7 +5,7 @@ vcpkg_download_distfile(tarball
|
||||
"https://mirrors.dotsrc.org/gcrypt/gnutls/v${GNUTLS_BRANCH}/gnutls-${VERSION}.tar.xz"
|
||||
"https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnutls/v${GNUTLS_BRANCH}/gnutls-${VERSION}.tar.xz"
|
||||
FILENAME "gnutls-${VERSION}.tar.xz"
|
||||
SHA512 22e78db86b835843df897d14ad633d8a553c0f9b1389daa0c2f864869c6b9ca889028d434f9552237dc4f1b37c978fbe0cce166e3768e5d4e8850ff69a6fc872
|
||||
SHA512 74eddba01ce4c2ffdca781c85db3bb52c85f1db3c09813ee2b8ceea0608f92ca3912fd9266f55deb36a8ba4d01802895ca5d5d219e7d9caec45e1a8534e45a84
|
||||
)
|
||||
vcpkg_extract_source_archive(SOURCE_PATH
|
||||
ARCHIVE "${tarball}"
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "libgnutls",
|
||||
"version": "3.8.1",
|
||||
"port-version": 1,
|
||||
"version": "3.8.3",
|
||||
"description": "A secure communications library implementing the SSL, TLS and DTLS protocols.",
|
||||
"homepage": "https://www.gnutls.org/",
|
||||
"license": null,
|
||||
|
@ -4393,8 +4393,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"libgnutls": {
|
||||
"baseline": "3.8.1",
|
||||
"port-version": 1
|
||||
"baseline": "3.8.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"libgo": {
|
||||
"baseline": "3.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1f2317b82e7f26359ebabb66b377f064731ffe19",
|
||||
"version": "3.8.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "cdcde91b6757c786647f9bfafef1e0f02591a859",
|
||||
"version": "3.8.1",
|
||||
|
Loading…
Reference in New Issue
Block a user