libass: update to 0.13.0

This commit is contained in:
Avi Halachmi (:avih) 2015-10-09 02:53:22 +03:00
parent 6ed153df20
commit a8f9273738
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
PKG := libass
$(PKG)_IGNORE :=
$(PKG)_VERSION := 0.12.3
$(PKG)_CHECKSUM := a67c54ebaf5ec19ae72e86259ee6ab6adfe2e64ed9f9149db03dc863360ea38c
$(PKG)_VERSION := 0.13.0
$(PKG)_CHECKSUM := e0071a3b2e95411c8d474014678368e3f0b852f7d663e0564b344e7335eb0671
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_SUBDIR).tar.xz
$(PKG)_URL := https://github.com/libass/libass/releases/download/$($(PKG)_VERSION)/$($(PKG)_FILE)