mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
upgraded glib to 2.40.2
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user