From ea7c717554266071ea72792930e5adcf101b6e67 Mon Sep 17 00:00:00 2001 From: Maxime Hadjinlian Date: Sun, 26 Jul 2015 22:38:29 +0200 Subject: 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 Signed-off-by: Thomas Petazzoni --- package/libass/libass.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'package/libass/libass.mk') 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 -- cgit v1.2.1