libass: Bump version and change site
Google Code is a closing forge, libass has already made the move to Github. Since a new release was available a bump was also in order. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ec34f19f94
commit
ea7c717554
@ -1,2 +1,2 @@
|
||||
# From https://code.google.com/p/libass/downloads/detail?name=libass-0.10.2.tar.xz&can=2&q=
|
||||
sha1 72a153364e838d3b561bae3653f1515169d479c4 libass-0.10.2.tar.xz
|
||||
# Locally computed
|
||||
sha256 a67c54ebaf5ec19ae72e86259ee6ab6adfe2e64ed9f9149db03dc863360ea38c libass-0.12.3.tar.xz
|
||||
|
@ -4,9 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBASS_VERSION = 0.10.2
|
||||
LIBASS_VERSION = 0.12.3
|
||||
LIBASS_SOURCE = libass-$(LIBASS_VERSION).tar.xz
|
||||
LIBASS_SITE = http://libass.googlecode.com/files
|
||||
# Do not use the github helper here, the generated tarball is *NOT*
|
||||
# the same as the one uploaded by upstream for the release.
|
||||
LIBASS_SITE = https://github.com/libass/libass/releases/download/$(LIBASS_VERSION)
|
||||
LIBASS_INSTALL_STAGING = YES
|
||||
LIBASS_LICENSE = ISC
|
||||
LIBASS_LICENSE_FILES = COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user