mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:29:08 +08:00
[guile] update to 3.0.10 (#41360)
This commit is contained in:
parent
7cb7ba79be
commit
42e17b4ce9
@ -1,7 +1,7 @@
|
||||
vcpkg_download_distfile(GUILE_ARCHIVE
|
||||
URLS https://ftp.gnu.org/gnu/guile/guile-${VERSION}.tar.gz
|
||||
FILENAME guile-${VERSION}.tar.gz
|
||||
SHA512 6fd14f0860c7f5b7a9b53c43a60c6a7ca53072684ddc818cd10c720af2c5761ef110b29af466b89ded884fb66d66060894b14e615eaebee8844c397932d05fa2
|
||||
SHA512 8b0e6354fdfccd009fd92a5618828f8a8343faf20d1d3698be77a6ef7a8fe56ce633fd1239520e6a6be511ba4ca75eb90c8a81c45888b8b73d938cd2908d7a1f
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(GUILE_SOURCES ARCHIVE ${GUILE_ARCHIVE})
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "guile",
|
||||
"version": "3.0.9",
|
||||
"port-version": 1,
|
||||
"version": "3.0.10",
|
||||
"description": "GNU's programming and extension language",
|
||||
"homepage": "https://www.gnu.org/software/guile/",
|
||||
"documentation": "https://www.gnu.org/software/guile/manual/",
|
||||
|
@ -3313,8 +3313,8 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"guile": {
|
||||
"baseline": "3.0.9",
|
||||
"port-version": 1
|
||||
"baseline": "3.0.10",
|
||||
"port-version": 0
|
||||
},
|
||||
"guilite": {
|
||||
"baseline": "2022-05-05",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4fe9e6fe1d7b38bb84a73f37e34d83e6abe526cb",
|
||||
"version": "3.0.10",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "6fac811149df3f29073da85f782f1a65ac5fdb5a",
|
||||
"version": "3.0.9",
|
||||
|
Loading…
Reference in New Issue
Block a user