[Buildroot] [git commit] libass: Bump version and change site

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jul 26 21:09:46 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=ea7c717554266071ea72792930e5adcf101b6e67
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/libass/libass.hash |    4 ++--
 package/libass/libass.mk   |    6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/package/libass/libass.hash b/package/libass/libass.hash
index b7510de..f300166 100644
--- a/package/libass/libass.hash
+++ b/package/libass/libass.hash
@@ -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
diff --git a/package/libass/libass.mk b/package/libass/libass.mk
index 056ea8b..643a35e 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


More information about the buildroot mailing list