upgraded glib to 2.40.2

This commit is contained in:
Jan Baudisch
2017-04-18 17:29:04 +02:00
parent f1cc322e7b
commit e23e4b6885

View File

@@ -1,11 +1,12 @@
require 'package'
class Glib < Package
version '2.0.7'
source_url 'https://ftp.gnome.org/pub/gnome/sources/glib/2.0/glib-2.0.7.tar.gz'
source_sha1 '02401937a5e06d8797d966b06d9a191425cbec6f'
version '2.40.2'
source_url 'https://ftp.gnome.org/pub/gnome/sources/glib/2.40/glib-2.40.2.tar.xz'
source_sha1 'dcb8ad22b1c0e6969a844029ffb91a6def7ad240'
depends_on 'libffi'
depends_on 'gettext'
def self.build
system "./configure"