diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-02 14:17:24 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-02 14:28:48 +0100 |
commit | 5b5015444da0e0ceac19d46f669882679f9603bd (patch) | |
tree | f2eb7593429ffe95106bde64b3f212347ae267e3 /package/libass/Makefile | |
parent | 18de5474df41b30c40e9a6a867b371962f19df91 (diff) |
libass: update to 0.17.1
Diffstat (limited to 'package/libass/Makefile')
-rw-r--r-- | package/libass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libass/Makefile b/package/libass/Makefile index 38756fa5d..b7cf2d2f5 100644 --- a/package/libass/Makefile +++ b/package/libass/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libass -PKG_VERSION:= 0.13.0 +PKG_VERSION:= 0.17.1 PKG_RELEASE:= 1 -PKG_HASH:= e0071a3b2e95411c8d474014678368e3f0b852f7d663e0564b344e7335eb0671 +PKG_HASH:= f0da0bbfba476c16ae3e1cfd862256d30915911f7abaa1b16ce62ee653192784 PKG_DESCR:= portable subtitle renderer PKG_SECTION:= libs/video PKG_DEPENDS:= fribidi fontconfig |