mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[guile] update to 3.0.9 (#37093)
This commit is contained in:
parent
82f7ea90c6
commit
f715b7048c
@ -1,11 +1,13 @@
|
||||
vcpkg_download_distfile(GUILE_ARCHIVE
|
||||
URLS https://ftp.gnu.org/gnu/guile/guile-3.0.8.tar.gz
|
||||
FILENAME guile-3.0.8.tar.gz
|
||||
SHA512 7b2728e849a3ee482fe9a167dd76cc4835e911cc94ca0724dd51e8a813a240c6b5d2de84de16b46469ab24305b5b153a3c812fec942e007d3310bba4d1cf947d
|
||||
URLS https://ftp.gnu.org/gnu/guile/guile-${VERSION}.tar.gz
|
||||
FILENAME guile-${VERSION}.tar.gz
|
||||
SHA512 6fd14f0860c7f5b7a9b53c43a60c6a7ca53072684ddc818cd10c720af2c5761ef110b29af466b89ded884fb66d66060894b14e615eaebee8844c397932d05fa2
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(GUILE_SOURCES ARCHIVE ${GUILE_ARCHIVE})
|
||||
|
||||
vcpkg_add_to_path("${CURRENT_HOST_INSTALLED_DIR}/tools/gperf")
|
||||
|
||||
vcpkg_configure_make(
|
||||
SOURCE_PATH "${GUILE_SOURCES}"
|
||||
ADD_BIN_TO_PATH
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "guile",
|
||||
"version": "3.0.8",
|
||||
"port-version": 1,
|
||||
"version": "3.0.9",
|
||||
"description": "GNU's programming and extension language",
|
||||
"homepage": "https://www.gnu.org/software/guile/",
|
||||
"documentation": "https://www.gnu.org/software/guile/manual/",
|
||||
@ -17,6 +16,10 @@
|
||||
]
|
||||
},
|
||||
"gmp",
|
||||
{
|
||||
"name": "gperf",
|
||||
"host": true
|
||||
},
|
||||
"libffi",
|
||||
"libunistring"
|
||||
]
|
||||
|
@ -3225,8 +3225,8 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"guile": {
|
||||
"baseline": "3.0.8",
|
||||
"port-version": 1
|
||||
"baseline": "3.0.9",
|
||||
"port-version": 0
|
||||
},
|
||||
"guilite": {
|
||||
"baseline": "2022-05-05",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "110d7a6bda8678341e931b4b8456e9926dc34e92",
|
||||
"version": "3.0.9",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ccaa1b9bc0ba4c7397a8f5a05cf99df4c47897d9",
|
||||
"version": "3.0.8",
|
||||
|
Loading…
x
Reference in New Issue
Block a user