wok rev 24397

updated cc65 (2.18 -> 2.19)
author Hans-G?nter Theisgen
date Tue Feb 08 13:39:16 2022 +0100 (2022-02-08)
parents 080c1dff8494
children cba18b5ddbbb
files cc65/description.txt cc65/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cc65/description.txt	Tue Feb 08 13:39:16 2022 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +Cc65 is a complete cross development package for 65(C)02 systems,
     1.5 +including a powerful macro assembler, a C compiler, linker,
     1.6 +librarian and several other tools.
     1.7 +
     1.8 +Cc65 has C and runtime library support for many of the old 6502 machines.
     2.1 --- a/cc65/receipt	Tue Feb 08 12:15:27 2022 +0000
     2.2 +++ b/cc65/receipt	Tue Feb 08 13:39:16 2022 +0100
     2.3 @@ -1,12 +1,12 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="cc65"
     2.7 -VERSION="2.18"
     2.8 +VERSION="2.19"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Cross development package for 65(C)02 systems."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="other"
    2.13 -WEB_SITE="https://www.cc65.org"
    2.14 +WEB_SITE="https://cc65.github.io"
    2.15  
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17  WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/V$VERSION.tar.gz"