summaryrefslogtreecommitdiff
path: root/package/vala
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-04-02 20:40:32 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-04-02 20:40:32 +0200
commitb5be3ece0ee01364711a37fe06704641011a2be4 (patch)
tree9e3cb9f52b68bc5c4424688c945a80e4a33600ba /package/vala
parent6804d331bd35bc07e7773eb7d5f2976b61fe2ec7 (diff)
update to latest stable version
Diffstat (limited to 'package/vala')
-rw-r--r--package/vala/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/vala/Makefile b/package/vala/Makefile
index c565f1d78..29cac9246 100644
--- a/package/vala/Makefile
+++ b/package/vala/Makefile
@@ -4,15 +4,15 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= vala
-PKG_VERSION:= 0.24.0
+PKG_VERSION:= 0.28.0
PKG_RELEASE:= 1
-PKG_HASH:= 22a37c977512c19cd29c373eaaef96cb2c994795d491106f32387f3f9d1e899c
+PKG_HASH:= 0d9e3bd3f82145664875f7c29b2f544ba92d2814f75412948f774c0727fc977f
PKG_DESCR:= compiler for the gobject type system
PKG_SECTION:= dev/lang
PKG_BUILDDEP:= glib
HOST_BUILDDEP:= glib-host
PKG_URL:= https://wiki.gnome.org/Vala
-PKG_SITES:= http://download.gnome.org/sources/vala/0.24/
+PKG_SITES:= http://download.gnome.org/sources/vala/0.28/
include $(ADK_TOPDIR)/mk/host.mk
include $(ADK_TOPDIR)/mk/package.mk