diff mbox series

opusfile: bump to version 0.10

Message ID 20180607133931.11228-1-joerg.krause@embedded.rocks
State Accepted
Headers show
Series opusfile: bump to version 0.10 | expand

Commit Message

Jörg Krause June 7, 2018, 1:39 p.m. UTC
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
---
 package/opusfile/opusfile.hash | 2 +-
 package/opusfile/opusfile.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni June 7, 2018, 2:10 p.m. UTC | #1
Hello,

On Thu,  7 Jun 2018 15:39:31 +0200, Jörg Krause wrote:
> Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
> ---
>  package/opusfile/opusfile.hash | 2 +-
>  package/opusfile/opusfile.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/opusfile/opusfile.hash b/package/opusfile/opusfile.hash
index 59e08192f5..f1fcf5f9d6 100644
--- a/package/opusfile/opusfile.hash
+++ b/package/opusfile/opusfile.hash
@@ -1,5 +1,5 @@ 
 # From http://downloads.xiph.org/releases/opus/SHA256SUMS.txt
-sha256 f75fb500e40b122775ac1a71ad80c4477698842a8fe9da4a1b4a1a9f16e4e979  opusfile-0.9.tar.gz
+sha256 48e03526ba87ef9cf5f1c47b5ebe3aa195bd89b912a57060c36184a6cd19412f  opusfile-0.10.tar.gz
 
 # Hash for license file
 sha256 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf  COPYING
diff --git a/package/opusfile/opusfile.mk b/package/opusfile/opusfile.mk
index 186288ddff..0cfe623941 100644
--- a/package/opusfile/opusfile.mk
+++ b/package/opusfile/opusfile.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-OPUSFILE_VERSION = 0.9
+OPUSFILE_VERSION = 0.10
 OPUSFILE_SITE = https://downloads.xiph.org/releases/opus
 OPUSFILE_DEPENDENCIES = host-pkgconf libogg opus
 OPUSFILE_LICENSE = BSD-3-Clause