yabasic: update to 2.90.2.

Version 2.90.2 (January 6, 2022)
  - Fixed precision error for print using under windows
  - Better error-reporting for an edge case of short-if
  - Allow '==' to check for equality and '!=' for inequality ('=' and '<>'
    still work)
This commit is contained in:
fcambus 2022-01-23 21:51:19 +00:00
parent 0e8fcb2efd
commit 1b8565a18a
2 changed files with 6 additions and 7 deletions

View file

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.38 2021/12/08 16:05:24 adam Exp $ # $NetBSD: Makefile,v 1.39 2022/01/23 21:51:19 fcambus Exp $
DISTNAME= yabasic-2.90.1 DISTNAME= yabasic-2.90.2
PKGREVISION= 1
CATEGORIES= lang CATEGORIES= lang
MASTER_SITES= https://2484.de/yabasic/download/ MASTER_SITES= https://2484.de/yabasic/download/

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.27 2021/10/26 10:51:58 nia Exp $ $NetBSD: distinfo,v 1.28 2022/01/23 21:51:19 fcambus Exp $
BLAKE2s (yabasic-2.90.1.tar.gz) = 1f11e7f6262479304f3538b33cafa27088e187dc4b267c14709c72bc80d08746 BLAKE2s (yabasic-2.90.2.tar.gz) = 48494057bd8869d26904840005a7a0377749f0fcf2e09618083ff530066d0f2b
SHA512 (yabasic-2.90.1.tar.gz) = 0e303569942713ce2502a3571c87dc4b8c499980be9d8eb7cfdba6fea1433ead056f64475ed7a084aacbc580f2b58365b20f913d6d2941717e5805ad840f77d8 SHA512 (yabasic-2.90.2.tar.gz) = e0ac29379ff73d7b91a088f848885207b2528b3b641f06ea4584c7f3f8efee7dfe37156197315d85f58e2ee3059a9065c80db656ed01b7ae91015c7f8d5f8617
Size (yabasic-2.90.1.tar.gz) = 729322 bytes Size (yabasic-2.90.2.tar.gz) = 734805 bytes