Skip to content

ogg: update to 1.3.6 #2264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3044,6 +3044,7 @@
"ogg"
],
"versions": [
"1.3.6-1",
"1.3.5-6",
"1.3.5-5",
"1.3.5-4",
Expand Down
8 changes: 4 additions & 4 deletions subprojects/ogg.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = libogg-1.3.5
source_url = https://downloads.xiph.org/releases/ogg/libogg-1.3.5.tar.xz
source_filename = libogg-1.3.5.tar.xz
source_hash = c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705
directory = libogg-1.3.6
source_url = https://downloads.xiph.org/releases/ogg/libogg-1.3.6.tar.xz
source_filename = libogg-1.3.6.tar.xz
source_hash = 5c8253428e181840cd20d41f3ca16557a9cc04bad4a3d04cce84808677fa1061
patch_directory = ogg

[provide]
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/ogg/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(

Check warning on line 1 in subprojects/packagefiles/ogg/meson.build

View workflow job for this annotation

GitHub Actions / Ubuntu (x86_64)

Minimum Meson version is 0.46.0

0.46.0: format arg in configure_file, pkgconfig.generate optional positional argument
'libogg',
'c',
version: '1.3.5',
version: '1.3.6',
license: 'BSD-3-Clause',
)

Expand Down