diff options
author | Jorge Giner <malferit@gmail.com> | 2023-04-21 09:28:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-21 09:28:04 +0700 |
commit | fa8e8ffbc531331b95c2346bf3095e55769f6c19 (patch) | |
tree | 62dbbd61337f3f3abbb37b5e0f5afc08ce54f463 | |
parent | e925928d51312be0b1c74cb09c7c4b4f955ccac5 (diff) |
development/uz80as: Updated for version 2.01.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/uz80as/README | 1 | ||||
-rw-r--r-- | development/uz80as/slack-desc | 2 | ||||
-rw-r--r-- | development/uz80as/uz80as.SlackBuild | 4 | ||||
-rw-r--r-- | development/uz80as/uz80as.info | 6 |
4 files changed, 7 insertions, 6 deletions
diff --git a/development/uz80as/README b/development/uz80as/README index e69e0cf8bf904..0c6bfde36c33e 100644 --- a/development/uz80as/README +++ b/development/uz80as/README @@ -18,3 +18,4 @@ Currently, uz80as can assemble for these microprocessors: - Datapoint 2200 (versions I & II) - Intel 4004, 4040, 8008, 8021, 8022, 8041, 8048, 8051, 8080, 8085 - Motorola 6800, 6801, 68HC11 + - RCA 1802 diff --git a/development/uz80as/slack-desc b/development/uz80as/slack-desc index 2a1f5216aa2ac..12fe0f837773f 100644 --- a/development/uz80as/slack-desc +++ b/development/uz80as/slack-desc @@ -13,7 +13,7 @@ uz80as: Its syntax is compatible with TASM (Telemark cross assembler). uz80as: uz80as can assemble for the Zilog Z80, Hitachi HD64180, uz80as: Sharp LR35902 (Nintendo Gameboy CPU), MOS 6502, Rockwell R6501/02/29, uz80as: California Micro Devices G65SC02, Western Design Center W65C02S, -uz80as: Datapoint 2200 (versions I & II), Intel 4004/40, +uz80as: Datapoint 2200 (versions I & II), Intel 4004/40, RCA 1802, uz80as: Intel 8008/21/22/41/48/51/80/85, Motorola 6800/01/HC11. uz80as: uz80as: https://jorgicor.niobe.org/uz80as diff --git a/development/uz80as/uz80as.SlackBuild b/development/uz80as/uz80as.SlackBuild index adf751e15a406..9a271fe256d1c 100644 --- a/development/uz80as/uz80as.SlackBuild +++ b/development/uz80as/uz80as.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for uz80as -# Copyright 2020 Jorge Giner Cordero +# Copyright 2023 Jorge Giner Cordero # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=uz80as -VERSION=${VERSION:-1.11} +VERSION=${VERSION:-2.01} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/uz80as/uz80as.info b/development/uz80as/uz80as.info index 07f0bafee5bc2..e288169dbc956 100644 --- a/development/uz80as/uz80as.info +++ b/development/uz80as/uz80as.info @@ -1,8 +1,8 @@ PRGNAM="uz80as" -VERSION="1.11" +VERSION="2.01" HOMEPAGE="https://jorgicor.niobe.org/uz80as" -DOWNLOAD="https://jorgicor.niobe.org/uz80as/uz80as-1.11.tar.gz" -MD5SUM="990e7f4b41358aa42766d917d077f2c7" +DOWNLOAD="https://jorgicor.niobe.org/uz80as/uz80as-2.01.tar.gz" +MD5SUM="11134b2d3b740fd2305641cc96ea7a10" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |