lang/vala: update to 0.56.3

Changelog:
 * 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:
Tobias C. Berner 2022-09-05 16:51:19 +02:00
parent 6094fbede3
commit 04bda0d8e9
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
.if ! defined(_INCLUDE_USES_VALA_MK)
_INCLUDE_USES_VALA_MK= yes
_VALA_VERSION= 0.56.2
_VALA_VERSION= 0.56.3
_VALA_LIB_VERSION= ${_VALA_VERSION:R}
_VALA_LIBRARY= libvala-${_VALA_LIB_VERSION}.so
_VALA_BINARY= valac

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1661520918
SHA256 (vala-0.56.2.tar.xz) = 66c9619bb17859fd1ac3aba0a57970613e38fd2a1ee30541174260c9fb90124c
SIZE (vala-0.56.2.tar.xz) = 3967960
TIMESTAMP = 1662389411
SHA256 (vala-0.56.3.tar.xz) = e1066221bf7b89cb1fa7327a3888645cb33b604de3bf45aa81132fd040b699bf
SIZE (vala-0.56.3.tar.xz) = 3969676