Update to seed7-20200405
This commit is contained in:
parent
ad61f56613
commit
56106cca30
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.79 2020/03/16 18:22:35 bcallah Exp $
|
||||
# $OpenBSD: Makefile,v 1.80 2020/04/07 22:11:29 bcallah Exp $
|
||||
|
||||
COMMENT = high-level, extensible programming language
|
||||
|
||||
V = 20200308
|
||||
V = 20200405
|
||||
DISTNAME = seed7_05_${V}
|
||||
PKGNAME = seed7-${V}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (seed7_05_20200308.tgz) = csqaDoIl3Iz+ydWfOITqbDyp/FpaEereO4asvGW/Yv0=
|
||||
SIZE (seed7_05_20200308.tgz) = 3225717
|
||||
SHA256 (seed7_05_20200405.tgz) = PBrxe43KcGviyH4n4U/6DNxaObwSjkbVmz2BaRxKRuI=
|
||||
SIZE (seed7_05_20200405.tgz) = 3253678
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.31 2020/03/16 18:22:35 bcallah Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.32 2020/04/07 22:11:29 bcallah Exp $
|
||||
@bin bin/make7
|
||||
@bin bin/s7
|
||||
@bin bin/s7c
|
||||
@ -71,6 +71,7 @@ lib/seed7/lib/comp/gkb_act.s7i
|
||||
lib/seed7/lib/comp/hsh_act.s7i
|
||||
lib/seed7/lib/comp/inline.s7i
|
||||
lib/seed7/lib/comp/int_act.s7i
|
||||
lib/seed7/lib/comp/intrange.s7i
|
||||
lib/seed7/lib/comp/itf_act.s7i
|
||||
lib/seed7/lib/comp/kbd_act.s7i
|
||||
lib/seed7/lib/comp/library.s7i
|
||||
@ -150,6 +151,7 @@ lib/seed7/lib/line.s7i
|
||||
lib/seed7/lib/listener.s7i
|
||||
lib/seed7/lib/logfile.s7i
|
||||
lib/seed7/lib/lower.s7i
|
||||
lib/seed7/lib/lzma.s7i
|
||||
lib/seed7/lib/lzw.s7i
|
||||
lib/seed7/lib/mahjng32.s7i
|
||||
lib/seed7/lib/make.s7i
|
||||
@ -228,6 +230,7 @@ lib/seed7/lib/wrinum.s7i
|
||||
lib/seed7/lib/x509cert.s7i
|
||||
lib/seed7/lib/xml_ent.s7i
|
||||
lib/seed7/lib/xmldom.s7i
|
||||
lib/seed7/lib/xz.s7i
|
||||
lib/seed7/lib/zip.s7i
|
||||
@man man/man1/s7.1
|
||||
@man man/man1/s7c.1
|
||||
|
Loading…
Reference in New Issue
Block a user