Update to 2.77.3
Upstream changes: Version 2.77.3, December 29, 2016 Fixed insecure usage of strcpy Better logging for windows installer Spelling corrections Version 2.77.2, December 17, 2016 Fixes for coloured text under windows as reported by TheMeq msvcr140.dll is no longer required under Windows Several spelling corrections contributed by ginggs Updated and fixed man-page under linux Version 2.77.1, November 13, 2016 Adopted the MIT License for yabasic Switched to semantic versioning; the new schema is MajorRelease.MinorRelease.Patchlevel New peek$ for version, documented all peeks Various bugfixes Setup program now offers to start the demo Redid the development process for yabasic; you may now participate in the development of yabasic itself via github: https://github.com/marcIhm/yabasic. However, the main site for programming in yabasic is still https://www.yabasic.de
This commit is contained in:
parent
dc4d19adf2
commit
3bab71466a
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.19 2015/10/04 13:21:49 wen Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2017/01/19 06:59:53 wen Exp $
|
||||
|
||||
DISTNAME= yabasic-2.769
|
||||
DISTNAME= yabasic-2.77.3
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.yabasic.de/download/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.9 2015/11/03 22:50:46 agc Exp $
|
||||
$NetBSD: distinfo,v 1.10 2017/01/19 06:59:53 wen Exp $
|
||||
|
||||
SHA1 (yabasic-2.769.tar.gz) = 9736b680006724d93220846d33916cc120bc3ce9
|
||||
RMD160 (yabasic-2.769.tar.gz) = 90d3214f25db76cfc55a43128c54134a7bbbd85c
|
||||
SHA512 (yabasic-2.769.tar.gz) = 40d74b92d1749f28435a5dd873cc93f833493561449446ea5d6df6d98ebad6ab52c0bac89bf4667387511dae14fdc5107cc0559f712968f41c34121a74223b02
|
||||
Size (yabasic-2.769.tar.gz) = 573272 bytes
|
||||
SHA1 (yabasic-2.77.3.tar.gz) = 121dc8cbd120380c0fd3f540d22e02908687e57f
|
||||
RMD160 (yabasic-2.77.3.tar.gz) = c5c8546f4615a96460b31803d8e98b35da3da8f9
|
||||
SHA512 (yabasic-2.77.3.tar.gz) = 7a776619552eea338ba5fa84d89205bcffec46ccd23c42ed566a2b6e52f0ce7d756b8c1372db0de6957bec5eb6d574beb0cb2a0610dbd262becdebff50a0ed42
|
||||
Size (yabasic-2.77.3.tar.gz) = 489892 bytes
|
||||
|
|
Loading…
Reference in a new issue