vala: update to 0.56.3.
Vala 0.56.3 =========== * Various improvements and bug fixes: - vala: Don't unconditionally expect ObjectType of Class [#1341] - vala: Make try-statement parsing more resilient [#1304] - vala: Avoid problems with '\' in #line directives on Windows [#1353] - gidlparser: Set source reference of parameters * Bindings: - atspi-2: Fix a few binding errors - glib-2.0: Use g_abort for GLib.Process.abort() beginning with 2.50 [#1350] - gtk+-3.0: Correctly unhide BindingSet.by_class to avoid Version attribute
This commit is contained in:
parent
6df6ade0aa
commit
cdaea65e2a
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.86 2022/07/22 17:07:10 micha Exp $
|
||||
# $NetBSD: Makefile,v 1.87 2022/09/09 15:39:48 wiz Exp $
|
||||
|
||||
DISTNAME= vala-0.56.2
|
||||
PKGREVISION= 1
|
||||
DISTNAME= vala-0.56.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.66 2022/07/17 08:31:33 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.67 2022/09/09 15:39:48 wiz Exp $
|
||||
|
||||
BLAKE2s (vala-0.56.2.tar.xz) = b7497bf7216424280e8be55cbd4fa42f5cc5813e409dbfc84ba3e5ec60c9d61b
|
||||
SHA512 (vala-0.56.2.tar.xz) = 8a33a1f1d573dd6aa1de6c001bce6e77da39d804cd526433c3e01454e597a7afb6d1b1bce554babf52a7baca5e88e205d28132c73b9a63e9d7b9f7314b3d4496
|
||||
Size (vala-0.56.2.tar.xz) = 3967960 bytes
|
||||
BLAKE2s (vala-0.56.3.tar.xz) = e65d935dc4cfbcd912f36220219e1fb4f1f1d104e4aaf5a27e2e87815b480e2f
|
||||
SHA512 (vala-0.56.3.tar.xz) = 3222edab995a1d405bc891b37ffb4915677b7bb56ce3be7d1ece1dfb77f2d054bf7499dad9e6eb593c42678ae2c2c7cd779a595b702a3e2e38e9e0e0d69ba99e
|
||||
Size (vala-0.56.3.tar.xz) = 3969676 bytes
|
||||
SHA1 (patch-build-aux_testrunner.sh) = d30ce05459b398a18e9dbd4420f28d8bfdf7323a
|
||||
|
|
Loading…
Reference in a new issue