mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
mclinker: fix update check
This commit is contained in:
parent
e945b727dc
commit
e3e7c2d8c3
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
site="https://api.github.com/repos/$pkgname/$pkgname/branches"
|
site="https://api.github.com/repos/$pkgname/$pkgname/branches"
|
||||||
version="$_version"
|
version="$_distver"
|
||||||
pattern='"name":\s*"release_\K[^\d]*([\d\.]+)(?=")'
|
pattern='"name":\s*"release_\K[^\d]*([\d\.]+)(?=")'
|
||||||
|
|
Loading…
Add table
Reference in a new issue