Skip to content

Commit 486b99c

Browse files
authored
Merge pull request #3646 from LukashonakV/cava_bump
2 parents cad18f3 + e46a1c6 commit 486b99c

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
@@ -482,7 +482,7 @@ if get_option('experimental')
482482
endif
483483

484484
cava = dependency('cava',
485-
version : '>=0.10.2',
485+
version : '>=0.10.3',
486486
required: get_option('cava'),
487487
fallback : ['cava', 'cava_dep'],
488488
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.2
3-
source_url = https://github.com/LukashonakV/cava/archive/0.10.2.tar.gz
4-
source_filename = cava-0.10.2.tar.gz
5-
source_hash = dff78c4787c9843583086408a0a6e5bde7a5dee1fa17ae526847366846cb19c3
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
66
[provide]
77
cava = cava_dep

0 commit comments

Comments
 (0)