mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/libaacs: bump version to 0.12.0
Changelog: https://code.videolan.org/videolan/libaacs/-/blob/0.12.0/ChangeLog Switched URLs to https and source tarball to xz. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
4db5d10c0d
commit
ec31fb67f5
@@ -9,7 +9,7 @@ config BR2_PACKAGE_LIBAACS
|
||||
NB: this project doesn't offer any key or certificate that
|
||||
could be used to decode encrypted copyrighted material.
|
||||
|
||||
http://www.videolan.org/developers/libaacs.html
|
||||
https://www.videolan.org/developers/libaacs.html
|
||||
|
||||
comment "libaacs needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# From http://download.videolan.org/pub/videolan/libaacs/0.11.1/libaacs-0.11.1.tar.bz2.sha512
|
||||
sha512 42dcba5fd593c9a8ec7af11251006b083ad2c49ec198734d1d66f67c2ded4557d77617600edbf0c5250e9b0407ef9a2f906d59d154bda8ecfc8adfd234fb2c42 libaacs-0.11.1.tar.bz2
|
||||
# From https://download.videolan.org/pub/videolan/libaacs/0.12.0/libaacs-0.12.0.tar.xz.sha512
|
||||
sha512 5848e68a1d8e6125af1a02b878ccaa05128ae752722ff245d79918d5b3a0589b486e87fe3b3af9cfda18b04742003e197727aa211cf8c03a505c1336d3a689d2 libaacs-0.12.0.tar.xz
|
||||
|
||||
# Hash for license file:
|
||||
sha256 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c COPYING
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBAACS_VERSION = 0.11.1
|
||||
LIBAACS_SITE = http://download.videolan.org/pub/videolan/libaacs/$(LIBAACS_VERSION)
|
||||
LIBAACS_SOURCE = libaacs-$(LIBAACS_VERSION).tar.bz2
|
||||
LIBAACS_VERSION = 0.12.0
|
||||
LIBAACS_SITE = https://download.videolan.org/pub/videolan/libaacs/$(LIBAACS_VERSION)
|
||||
LIBAACS_SOURCE = libaacs-$(LIBAACS_VERSION).tar.xz
|
||||
LIBAACS_LICENSE = LGPL-2.1+
|
||||
LIBAACS_LICENSE_FILES = COPYING
|
||||
LIBAACS_INSTALL_STAGING = YES
|
||||
|
||||
Reference in New Issue
Block a user