5 lines
196 B
Text
5 lines
196 B
Text
|
# This pattern is incomplete, it finds out the versions like '0_3_1' but
|
||
|
# comparison with 'xbps-uhelper cmpver' results in it being always treated
|
||
|
# as a lower version
|
||
|
pattern="VERSION_\K[\d_]+"
|