diff options
author | fcambus <fcambus@pkgsrc.org> | 2021-07-12 13:17:51 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2021-07-12 13:17:51 +0000 |
commit | 6811882837011a4a070ccc62f21a6a03f14de21c (patch) | |
tree | 3798da6dc331b29464ce8a73b14be2eff7f2fc0d | |
parent | c75cf3f69179e54cd6142aa831d9187792ab26bf (diff) | |
download | pkgsrc-6811882837011a4a070ccc62f21a6a03f14de21c.tar.gz |
yabasic: update to 2.90.1.
ChangeLog:
Version 2.90.1 (July 11, 2021)
- Repaired the docu (especially yabasic.htm)
- Removed references to the old documentation (still available on github)
Version 2.90.0 (July 10, 2021)
- Fixed an error with local variables
- Moved to a new building-environment (see github and there README.org
for details)
-rw-r--r-- | lang/yabasic/Makefile | 8 | ||||
-rw-r--r-- | lang/yabasic/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile index 36453938127..1604d0cdf62 100644 --- a/lang/yabasic/Makefile +++ b/lang/yabasic/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.36 2021/02/01 10:35:00 fcambus Exp $ +# $NetBSD: Makefile,v 1.37 2021/07/12 13:17:51 fcambus Exp $ -DISTNAME= yabasic-2.89.1 +DISTNAME= yabasic-2.90.1 CATEGORIES= lang -MASTER_SITES= http://www.yabasic.de/download/ +MASTER_SITES= https://2484.de/yabasic/download/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.yabasic.de/ +HOMEPAGE= https://2484.de/yabasic/ COMMENT= Yet another Basic for Unix and Windows LICENSE= mit diff --git a/lang/yabasic/distinfo b/lang/yabasic/distinfo index 58b014b0a60..598c36fff83 100644 --- a/lang/yabasic/distinfo +++ b/lang/yabasic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2021/02/01 10:35:00 fcambus Exp $ +$NetBSD: distinfo,v 1.25 2021/07/12 13:17:51 fcambus Exp $ -SHA1 (yabasic-2.89.1.tar.gz) = bc93bd28fe4fa5b9d6096051f70f78289190ea59 -RMD160 (yabasic-2.89.1.tar.gz) = 486b9a8170ae62a590f131f569f98b9f44034290 -SHA512 (yabasic-2.89.1.tar.gz) = 2b7fe58147e042cd964e2b22e6f3039ff04a545f2e6a1f697b976c6fff41a8f9d1e101744a2c1edcbbda5b284f28792c936b0af621c6d5cfd556cc0ab76b6637 -Size (yabasic-2.89.1.tar.gz) = 724042 bytes +SHA1 (yabasic-2.90.1.tar.gz) = bc92a2dac9c3f1ec8cd32c0efd711c2db2bb35fb +RMD160 (yabasic-2.90.1.tar.gz) = 46d5bcfa61de8860bc6eaad40fdb7717bfdf776c +SHA512 (yabasic-2.90.1.tar.gz) = 0e303569942713ce2502a3571c87dc4b8c499980be9d8eb7cfdba6fea1433ead056f64475ed7a084aacbc580f2b58365b20f913d6d2941717e5805ad840f77d8 +Size (yabasic-2.90.1.tar.gz) = 729322 bytes |