wok-6.x diff xa/receipt @ rev 23925
Add Connect-Four
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 23 10:18:23 2020 +0000 (2020-08-23) |
parents | b8d2de155dde |
children | 2a0479881723 |
line diff
1.1 --- a/xa/receipt Wed Nov 06 15:54:54 2019 +0100 1.2 +++ b/xa/receipt Sun Aug 23 10:18:23 2020 +0000 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xa" 1.7 -VERSION="2.3.9" 1.8 +VERSION="2.3.10" 1.9 CATEGORY="development" 1.10 TAGS="cross assembler 6502" 1.11 SHORT_DESC="6502 cross assembler." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 -WEB_SITE="http://www.floodgap.com/retrotech/xa/" 1.15 +WEB_SITE="https://www.floodgap.com/retrotech/xa/" 1.16 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 WGET_URL="${WEB_SITE}dists/$TARBALL" 1.19 @@ -23,5 +23,5 @@ 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr 1.23 - cp -a $install/usr/bin $fs/usr 1.24 + cp -a $install/usr/bin $fs/usr 1.25 }