wok diff python-pynacl/receipt @ rev 25044
*/stuff/bootloader.S: fix VCPI case
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 02 15:48:36 2022 +0000 (2022-06-02) |
parents | 5ea0ce1cecc0 |
children | 47003b5bbbaf |
line diff
1.1 --- a/python-pynacl/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/python-pynacl/receipt Thu Jun 02 15:48:36 2022 +0000 1.3 @@ -16,7 +16,7 @@ 1.4 1.5 current_version() 1.6 { 1.7 - wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.8 + wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 1.9 sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 1.10 } 1.11