Skip to content

Commit

Permalink
taglib: update to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert authored and neheb committed Sep 15, 2024
1 parent d20f417 commit 23d0e36
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3409,6 +3409,7 @@
"taglib"
],
"versions": [
"2.0.2-1",
"2.0-1",
"1.13.1-1",
"1.13-4",
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/taglib/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(
'taglib',
'cpp',
license: 'LGPL-2.1-or-later OR MPL-1.1',
version: '2.0',
version: '2.0.2',
meson_version: '>=0.55',
default_options: ['cpp_std=c++17', 'warning_level=1'],
)
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/taglib/taglib/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ taglib = library(
dependencies: [atomic_dep, utfcpp_dep, zlib_dep],
cpp_args: '-DHAVE_CONFIG_H',
install: true,
version: '1.18.0',
version: '2.0.2',
)

pkg = import('pkgconfig')
Expand Down
8 changes: 4 additions & 4 deletions subprojects/taglib.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = taglib-2.0
source_url = https://github.com/taglib/taglib/archive/refs/tags/v2.0.tar.gz
source_filename = taglib-2.0.tar.gz
source_hash = e36ea877a6370810b97d84cf8f72b1e4ed205149ab3ac8232d44c850f38a2859
directory = taglib-2.0.2
source_url = https://github.com/taglib/taglib/archive/refs/tags/v2.0.2.tar.gz
source_filename = taglib-2.0.2.tar.gz
source_hash = 0de288d7fe34ba133199fd8512f19cc1100196826eafcb67a33b224ec3a59737
patch_directory = taglib

[provide]
Expand Down

0 comments on commit 23d0e36

Please sign in to comment.