From: Bernd Kuhls Date: Wed, 30 Aug 2017 19:28:51 +0000 (+0200) Subject: package/opus: bump version to 1.2.1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c05010395dd08f9f6eddd3863a128f19e0100a5;p=buildroot.git package/opus: bump version to 1.2.1 Switch upstream URL to https. Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/opus/opus.hash b/package/opus/opus.hash index 7349ec4b75..32fe2e245b 100644 --- a/package/opus/opus.hash +++ b/package/opus/opus.hash @@ -1,2 +1,2 @@ # From http://downloads.xiph.org/releases/opus/SHA256SUMS.txt -sha256 9122b6b380081dd2665189f97bfd777f04f92dc3ab6698eea1dbb27ad59d8692 opus-1.1.4.tar.gz +sha256 cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732 opus-1.2.1.tar.gz diff --git a/package/opus/opus.mk b/package/opus/opus.mk index b810b7787e..44de5db253 100644 --- a/package/opus/opus.mk +++ b/package/opus/opus.mk @@ -4,8 +4,8 @@ # ################################################################################ -OPUS_VERSION = 1.1.4 -OPUS_SITE = http://downloads.xiph.org/releases/opus +OPUS_VERSION = 1.2.1 +OPUS_SITE = https://downloads.xiph.org/releases/opus OPUS_LICENSE = BSD-3-Clause OPUS_LICENSE_FILES = COPYING OPUS_INSTALL_STAGING = YES