mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-22 14:00:40 +08:00
fix update hook: linux-phicomm-n1
This commit is contained in:
parent
5156ded0bf
commit
3a718720bf
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ newPkgVer() {
|
|||
html="$(curl -s ${URL})"
|
||||
|
||||
next=$PATCH
|
||||
[ $next == 0 ] && next=1
|
||||
while true; do
|
||||
if grep -Fq "${MAJOR_MINOR}.${next}" <<< "$html"; then
|
||||
((next=next+1))
|
||||
|
|
Loading…
Reference in a new issue