Skip to content

Commit

Permalink
utfcpp: update to 3.2.4
Browse files Browse the repository at this point in the history
Fix dependency name to match upstream.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb authored and jpakkane committed Aug 13, 2023
1 parent 6a80409 commit b68fa79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2753,9 +2753,10 @@
},
"utfcpp": {
"dependency_names": [
"utfcpp"
"utf8cpp"
],
"versions": [
"3.2.4-1",
"3.2.3-1",
"3.2.2-1",
"3.2.1-1",
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/utfcpp/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'utfcpp',
'cpp',
version: '3.2.3',
version: '3.2.4',
license: 'MIT',
meson_version: '>=0.49.0',
)
Expand Down
10 changes: 5 additions & 5 deletions subprojects/utfcpp.wrap
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[wrap-file]
directory = utfcpp-3.2.3
source_url = https://github.com/nemtrif/utfcpp/archive/v3.2.3.tar.gz
source_filename = utfcpp-3.2.3.tar.gz
source_hash = 3ba9b0dbbff08767bdffe8f03b10e596ca351228862722e4c9d4d126d2865250
directory = utfcpp-3.2.4
source_url = https://github.com/nemtrif/utfcpp/archive/v3.2.4.tar.gz
source_filename = utfcpp-3.2.4.tar.gz
source_hash = fde21a4c519eed25f095a1cd8490167409cc70d7b5e9c38756142e588ccb7c7e
patch_directory = utfcpp

[provide]
utfcpp = utfcpp_dep
utf8cpp = utfcpp_dep

0 comments on commit b68fa79

Please sign in to comment.