[angelscript] update to 2.37.0 (#40775)

Co-authored-by: Jon <v-zhli17@microsoft.com>
This commit is contained in:
JonLiu1993 2024-09-04 02:05:15 +08:00 committed by GitHub
parent a768a1b2ec
commit 8cffd44a0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 7 deletions

View File

@ -1,7 +1,7 @@
vcpkg_download_distfile(ARCHIVE
URLS "https://angelcode.com/angelscript/sdk/files/angelscript_2.36.1.zip"
FILENAME "angelscript_2.36.1.zip"
SHA512 d6d213ce72135c89e47e67521f654611ff67673f3decd9db3da4b7bf317a04a3f91c5c6ae36658ec3f2b20498facd069af02a91255a24ec79c96d8c90d6b554e
URLS "https://angelcode.com/angelscript/sdk/files/angelscript_${VERSION}.zip"
FILENAME "angelscript_${VERSION}.zip"
SHA512 ba7d88a42e1443fd12196da723538b24d999bc7ade92c0231237e4c5b8b0cb586931262c941898c62f454fd453d653724c74b6857e8a43eea6e34669795fc9cd
)
vcpkg_extract_source_archive(

View File

@ -1,7 +1,6 @@
{
"name": "angelscript",
"version": "2.36.1",
"port-version": 1,
"version": "2.37.0",
"description": "The AngelCode Scripting Library, or AngelScript as it is also known, is an extremely flexible cross-platform scripting library designed to allow applications to extend their functionality through external scripts. It has been designed from the beginning to be an easy to use component, both for the application programmer and the script writer.",
"homepage": "https://angelcode.com/angelscript",
"license": "Zlib",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cb5cf64b9cd72cbcebfb4e68d3e82627541a39c6",
"version": "2.37.0",
"port-version": 0
},
{
"git-tree": "5c1bc126371829227e923c11f029a539a234a483",
"version": "2.36.1",

View File

@ -125,8 +125,8 @@
"port-version": 8
},
"angelscript": {
"baseline": "2.36.1",
"port-version": 1
"baseline": "2.37.0",
"port-version": 0
},
"angle": {
"baseline": "chromium_5414",