bash: fix update-check
This commit is contained in:
parent
2aa47b81e2
commit
90ea3ac0e1
5
srcpkgs/bash/update
Normal file
5
srcpkgs/bash/update
Normal file
|
@ -0,0 +1,5 @@
|
|||
site="http://git.savannah.gnu.org/cgit/bash.git/log/"
|
||||
pattern="Bash-\K\d(\.\d)+( patch \d+|-testing)?"
|
||||
version="$_bash_distver"
|
||||
[ ! -z "$_bash_patchlevel" ] && version+=" patch $_bash_patchlevel"
|
||||
ignore="*testing"
|
Loading…
Reference in New Issue
Block a user