[libass] Update to 0.15.1 (#17624)

* [libass] Update to 0.15.1

* [libass] Add to versions file
This commit is contained in:
菜姬 2021-05-07 04:50:26 +08:00 committed by GitHub
parent 373915929e
commit 04527c7cd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 7 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.9)
project(libass C CXX)
set(LIBASS_VERSION 0.15.0)
set(LIBASS_VERSION 0.15.1)
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/config.h.in config.h)

View File

@ -0,0 +1 @@
#define CONFIG_SOURCEVERSION "tarball: 0.15.1"

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libass/libass
REF 0.15.0
SHA512 a832da5246577cf815481bb9e4bebabc74bc1d0f5c50faa098f4150a379d801d7e6d1bd7f9f578143a9412e258c5296d08c4fc2d04cc33f1751e613c2583214c
REF 0.15.1
SHA512 eadda1dcdeb15be8cecbb14ad922eb3f366a780d82376d257c799424a0296b4d7539e86f12234e8c1480bdea423d9dbb78644b18970f65b8f5af5d0ef49c5fc9
HEAD_REF master
)

View File

@ -1,7 +1,6 @@
{
"name": "libass",
"version-string": "0.15.0",
"port-version": 1,
"version": "0.15.1",
"description": "libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format",
"homepage": "https://github.com/libass/libass",
"dependencies": [

View File

@ -2965,8 +2965,8 @@
"port-version": 5
},
"libass": {
"baseline": "0.15.0",
"port-version": 1
"baseline": "0.15.1",
"port-version": 0
},
"libassuan": {
"baseline": "2.5.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2512ee72e51fb02185743218ae2cd52f56ca232f",
"version": "0.15.1",
"port-version": 0
},
{
"git-tree": "ba6a3b98d6557361a7c46c0d8543e8d928a3825f",
"version-string": "0.15.0",