mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python2: fix vercheck
This commit is contained in:
parent
4ccd3fd75f
commit
c70935b970
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ post_build_script: |
|
|||
git_pkgbuild_commit()
|
||||
update_on:
|
||||
- source: cmd
|
||||
cmd: curl -sS https://www.python.org/downloads/ | grep 'class="release-number"' | sed 's/</ /g' | awk '{print$5}' | grep '2\.[0-9]' | head -n 1
|
||||
cmd: curl -sS https://www.python.org/ftp/python/ | sed 's/"/ /g;s/\// /g' | awk '{print $3}' | grep '^2' | sort -V | tail -n 1
|
||||
- alias: libssl
|
||||
|
|
Loading…
Add table
Reference in a new issue