diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-01-11 12:48:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-01-15 15:00:49 +0100 |
commit | 51c36ab586113f3bea47748b7b049eca87899e18 (patch) | |
tree | e4d8d38725d47bca1847d18e0adc21faf66bc4e2 | |
parent | cd57cbfce516ff0cac4b7e1fd3cddf67afbf9c63 (diff) |
opus: update to 1.3.1
-rw-r--r-- | package/opus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/opus/Makefile b/package/opus/Makefile index cae0fca62..0785c74d8 100644 --- a/package/opus/Makefile +++ b/package/opus/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= opus -PKG_VERSION:= 1.1.5 +PKG_VERSION:= 1.3.1 PKG_RELEASE:= 1 -PKG_HASH:= eb84981ca0f40a3e5d5e58d2e8582cb2fee05a022825a6dfe14d14b04eb563e4 +PKG_HASH:= 65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d PKG_DESCR:= open, royalty-free, highly versatile audio codec PKG_SECTION:= libs/audio PKG_URL:= http://opus-codec.org/ |