From a295883387a6079659d4f324e19fba9bfb4ae2a7 Mon Sep 17 00:00:00 2001 From: wangli28 Date: Wed, 9 Oct 2019 05:45:02 +0000 Subject: [PATCH] [angelscript] Upgrade to version 2.34.0 --- ports/angelscript/CONTROL | 2 +- ports/angelscript/portfile.cmake | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ports/angelscript/CONTROL b/ports/angelscript/CONTROL index 9a8ab24401..4ec91f2bb9 100644 --- a/ports/angelscript/CONTROL +++ b/ports/angelscript/CONTROL @@ -1,5 +1,5 @@ Source: angelscript -Version: 2.33.1-2 +Version: 2.34.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. Feature: addons diff --git a/ports/angelscript/portfile.cmake b/ports/angelscript/portfile.cmake index 416b3b4080..c5b2e2ecb0 100644 --- a/ports/angelscript/portfile.cmake +++ b/ports/angelscript/portfile.cmake @@ -1,9 +1,9 @@ include(vcpkg_common_functions) vcpkg_download_distfile(ARCHIVE - URLS "https://www.angelcode.com/angelscript/sdk/files/angelscript_2.33.0.zip" - FILENAME "angelscript_2.33.0.zip" - SHA512 eaf972ecf965fe4f72e55755f5e796499018e918f93cfd835b1ca20f9338e299e8dbd707240341eef81ae920f07d2280646151f515f5990a62550689445c86f0 + URLS "http://angelcode.com/angelscript/sdk/files/angelscript_2.34.0.zip" + FILENAME "angelscript_2.34.0.zip" + SHA512 c26dba452ab52c300da9c95fde8398acf4840cbc0e653ededf978d4a3e942cfe5b77292c74c49dc0279250a27cfd324c696c49d139a97c844b2a1eead9aae2f4 ) vcpkg_extract_source_archive_ex(