wok-current diff sshrc/receipt @ rev 25418
duat: use archive.org for web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 05 16:48:05 2022 +0000 (2022-08-05) |
parents | e1e1678c5265 |
children |
line diff
1.1 --- a/sshrc/receipt Mon May 02 11:23:24 2022 +0000 1.2 +++ b/sshrc/receipt Fri Aug 05 16:48:05 2022 +0000 1.3 @@ -10,7 +10,7 @@ 1.4 WEB_SITE="https://github.com/cdown/sshrc" 1.5 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WGET_URL="https://github.com/cdown/sshrc/archive/refs/tags/VERSION.tar.gz" 1.8 +WGET_URL="https://github.com/cdown/sshrc/archive/refs/tags/$VERSION.tar.gz" 1.9 1.10 DEPENDS="bash openssl" 1.11 SUGGESTED="mosh"