summaryrefslogtreecommitdiff
path: root/package/libass
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-22 11:46:37 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-11-22 11:46:37 +0100
commitbb51adc1d6b3924996d4b0c2f32022dcbc7bda90 (patch)
tree9f4e848d41296d438619f4aecf660b223bf7c8fa /package/libass
parente13844de6bd848a23a821099993fa152f331bedf (diff)
libass: update to latest stable version
Diffstat (limited to 'package/libass')
-rw-r--r--package/libass/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/package/libass/Makefile b/package/libass/Makefile
index bb25f3de0..38756fa5d 100644
--- a/package/libass/Makefile
+++ b/package/libass/Makefile
@@ -4,15 +4,14 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= libass
-PKG_VERSION:= 0.10.1
-PKG_RELEASE:= 2
-PKG_HASH:= fbf287ac6d0dbdf015783b7354280ad8371c106326ad3f77a99471bc5aa18210
+PKG_VERSION:= 0.13.0
+PKG_RELEASE:= 1
+PKG_HASH:= e0071a3b2e95411c8d474014678368e3f0b852f7d663e0564b344e7335eb0671
PKG_DESCR:= portable subtitle renderer
PKG_SECTION:= libs/video
PKG_DEPENDS:= fribidi fontconfig
PKG_BUILDDEP:= fribidi fontconfig
-PKG_URL:= http://code.google.com/p/libass/
-PKG_SITES:= http://libass.googlecode.com/files/
+PKG_SITES:= https://github.com/libass/libass/releases/download/$(PKG_VERSION)/
PKG_OPTS:= dev
include $(ADK_TOPDIR)/mk/package.mk