Skip to content

Commit e85025f

Browse files
committed
libCava bump: 0.10.4
1 parent 67272cc commit e85025f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ if get_option('experimental')
486486
endif
487487

488488
cava = dependency('cava',
489-
version : '>=0.10.3',
489+
version : '>=0.10.4',
490490
required: get_option('cava'),
491491
fallback : ['cava', 'cava_dep'],
492492
not_found_message: 'cava is not found. Building waybar without cava')

subprojects/cava.wrap

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[wrap-file]
2-
directory = cava-0.10.3
3-
source_url = https://github.com/LukashonakV/cava/archive/0.10.3.tar.gz
4-
source_filename = cava-0.10.3.tar.gz
5-
source_hash = aab0a4ed3f999e8461ad9de63ef8a77f28b6b2011f7dd0c69ba81819d442f6f9
2+
directory = cava-0.10.4
3+
source_url = https://github.com/LukashonakV/cava/archive/0.10.4.tar.gz
4+
source_filename = cava-0.10.4.tar.gz
5+
source_hash =7bc1c1f9535f2bcc5cd2ae8a2434a2e3a05f5670b1c96316df304137ffc65756
66
[provide]
77
cava = cava_dep

0 commit comments

Comments
 (0)