vala: update to 0.48.3.
Vala 0.48.3 =========== * Various improvements and bug fixes: - codegen: + Append initializer for "_*_size_" of array field in internal struct + Avoid critical trying to serialize an unsupported type to Variant [#952] + Don't free value if property setter takes ownership [#953] + Correct field declaration for captured inline-allocated array [#954] + Include "glib.h" for G_BEGIN_DECLS/G_END_DECLS usage + Correctly handle transformation of translated string-literal constants + Don't pass CCodeCastExpression to NULL-aware free macro [#953] - vala: + Support struct initializer list in non-constant array [#949] + Handle unlock() statement in CodeWriter + Handle all ctors and dtors in CodeWriter + Consider boolean types are compatible with each other + Parse standalone integer/real literals as expression statement [#961] + Warn about usage of override to implement abstract interface methods * Bindings: - gio-2.0: Update to 2.65.0~a136776e - gstreamer: Update from 1.17.0+ git master - gtk4: Update to 3.98.2+11495027
This commit is contained in:
parent
3c67d61406
commit
a0c40e7e25
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.60 2020/03/31 17:35:12 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.61 2020/04/12 21:21:09 wiz Exp $
|
||||
|
||||
DISTNAME= vala-0.48.2
|
||||
DISTNAME= vala-0.48.3
|
||||
CATEGORIES= lang gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.42 2020/03/31 17:35:12 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.43 2020/04/12 21:21:09 wiz Exp $
|
||||
|
||||
SHA1 (vala-0.48.2.tar.xz) = f95959d872dfd606749318c42f566ebb60e82a56
|
||||
RMD160 (vala-0.48.2.tar.xz) = 2e2f81e08790635a7fa8d8390ce359869792b06c
|
||||
SHA512 (vala-0.48.2.tar.xz) = 0ea2d2c56d6d01007fe41e13bc51faa5e780259bc55f34a2d84270a5b6a0a46d59cce5eb195f81c78f1acbfb118cc3c5882edf0d187788791ee3ce865faece89
|
||||
Size (vala-0.48.2.tar.xz) = 3433912 bytes
|
||||
SHA1 (vala-0.48.3.tar.xz) = f8c32a24d7007a000e3a8d46925362a5f6b3c195
|
||||
RMD160 (vala-0.48.3.tar.xz) = 43c7a17ade8fb6d4e1f341985e54707840c9b3cb
|
||||
SHA512 (vala-0.48.3.tar.xz) = e73eade8b0cfa312d896c81b76e045bc9b8b71bd89298c0f8d78b2f596eebf64dc0eea8d1e266b2c17a774105560ed47590fbe00d65b1fda8db6823ac3ba4bb4
|
||||
Size (vala-0.48.3.tar.xz) = 3438824 bytes
|
||||
|
|
Loading…
Reference in a new issue