package/libogg: bump version to 1.3.5
Changelog: https://gitlab.xiph.org/xiph/ogg/-/blob/master/CHANGES Removed md5 and sha1 hashes, not provided by upstream anymore. Reformatted hashes. Switched _SITE to https. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
31c7f2fc4c
commit
c8dd578b13
@ -6,4 +6,4 @@ config BR2_PACKAGE_LIBOGG
|
||||
with all Xiph.org technology is it an open format free for
|
||||
anyone to use.
|
||||
|
||||
http://xiph.org/ogg/
|
||||
https://xiph.org/ogg/
|
||||
|
@ -1,7 +1,5 @@
|
||||
# From: http://www.xiph.org/downloads/
|
||||
md5 eadef24aad6e3e8379ba0d14971fd64a libogg-1.3.4.tar.xz
|
||||
sha1 f07499a35566aa62affb5ca989f62eed5b8092c3 libogg-1.3.4.tar.xz
|
||||
sha256 c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe libogg-1.3.4.tar.xz
|
||||
# From https://www.xiph.org/downloads/
|
||||
sha256 c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705 libogg-1.3.5.tar.xz
|
||||
|
||||
# Hash for license file:
|
||||
sha256 d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814 COPYING
|
||||
sha256 d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814 COPYING
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBOGG_VERSION = 1.3.4
|
||||
LIBOGG_VERSION = 1.3.5
|
||||
LIBOGG_SOURCE = libogg-$(LIBOGG_VERSION).tar.xz
|
||||
LIBOGG_SITE = http://downloads.xiph.org/releases/ogg
|
||||
LIBOGG_SITE = https://downloads.xiph.org/releases/ogg
|
||||
LIBOGG_LICENSE = BSD-3-Clause
|
||||
LIBOGG_LICENSE_FILES = COPYING
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user