diff options
author | Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 2015-07-26 22:38:29 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-26 23:09:46 +0200 |
commit | ea7c717554266071ea72792930e5adcf101b6e67 (patch) | |
tree | b8ea08777696407049ac3f4d02b2a1bb492192c4 /package/libass/libass.mk | |
parent | ec34f19f9496364ecd99e97805fd89ade8b06fa9 (diff) | |
download | buildroot-ea7c717554266071ea72792930e5adcf101b6e67.tar.gz buildroot-ea7c717554266071ea72792930e5adcf101b6e67.zip |
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>
Diffstat (limited to 'package/libass/libass.mk')
-rw-r--r-- | package/libass/libass.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/libass/libass.mk b/package/libass/libass.mk index 056ea8b1aa..643a35eb3a 100644 --- a/package/libass/libass.mk +++ b/package/libass/libass.mk @@ -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 |