From dd7e259622a4c3792a28376f32245530eb0b0319 Mon Sep 17 00:00:00 2001 From: Piraty Date: Wed, 7 May 2025 18:01:26 +0200 Subject: [PATCH] libass: update to 0.17.3. --- srcpkgs/libass/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libass/template b/srcpkgs/libass/template index 48d1984b24d..aca5c3daf1c 100644 --- a/srcpkgs/libass/template +++ b/srcpkgs/libass/template @@ -1,6 +1,6 @@ # Template file for 'libass' pkgname=libass -version=0.17.2 +version=0.17.3 revision=1 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" @@ -11,7 +11,7 @@ license="MIT" homepage="https://github.com/libass/libass/" changelog="https://raw.githubusercontent.com/libass/libass/master/Changelog" distfiles="https://github.com/libass/libass/archive/${version}.tar.gz" -checksum=db30b6122a9c6fb5a29e0ed8393b37d3dc5b0ef0025043fff631f863b28ea477 +checksum=26fbfb7a7bd3e6d5c713f8a65a12b36084d1dde6efaed8a9996489054c4aeca0 case "$XBPS_TARGET_MACHINE" in i686* | x86_64*) hostmakedepends+=" nasm"