diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-02-14 10:29:33 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-14 21:53:01 +0100 |
commit | 67c7fe48c947c9eb94a89fc3ea24e4ff61f78da8 (patch) | |
tree | e3e8f0d719c3d3e69a296999f2ab349e73e4662c | |
parent | 3a041c6e3747bdf9d64f61300cf0a1d067053fef (diff) | |
download | buildroot-67c7fe48c947c9eb94a89fc3ea24e4ff61f78da8.tar.gz buildroot-67c7fe48c947c9eb94a89fc3ea24e4ff61f78da8.zip |
package/libass: bump version to 0.13.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/libass/libass.hash | 2 | ||||
-rw-r--r-- | package/libass/libass.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/libass/libass.hash b/package/libass/libass.hash index 87d3f269e4..88f15f4880 100644 --- a/package/libass/libass.hash +++ b/package/libass/libass.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 e0071a3b2e95411c8d474014678368e3f0b852f7d663e0564b344e7335eb0671 libass-0.13.0.tar.xz +sha256 4aa36b1876a61cab46fc9284fee84224b9e2840fe7b3e63d96a8d32574343fe7 libass-0.13.1.tar.xz diff --git a/package/libass/libass.mk b/package/libass/libass.mk index 2f0ca08a39..df0c7ae126 100644 --- a/package/libass/libass.mk +++ b/package/libass/libass.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBASS_VERSION = 0.13.0 +LIBASS_VERSION = 0.13.1 LIBASS_SOURCE = libass-$(LIBASS_VERSION).tar.xz # Do not use the github helper here, the generated tarball is *NOT* # the same as the one uploaded by upstream for the release. |