Commit c6f40214 authored by satmandu's avatar satmandu Committed by GitHub

vala -> 0.50.3 (#5005)

parent c57aafa4
......@@ -3,22 +3,22 @@ require 'package'
class Vala < Package
description 'Vala is a programming language that aims to bring modern programming language features to GNOME developers.'
homepage 'https://wiki.gnome.org/Projects/Vala'
version '0.50.1'
version '0.50.3'
compatibility 'all'
source_url 'https://download.gnome.org/sources/vala/0.50/vala-0.50.1.tar.xz'
source_sha256 '958d9f06c9c3d7d1b2145512a9bc2a7c6aefbbf0416a04c7a0ecf463f7138f6c'
source_url 'https://download.gnome.org/sources/vala/0.50/vala-0.50.3.tar.xz'
source_sha256 '6165c1b42beca4856e2fb9a31c5e81949d76fa670e2f0cfc8389ce9b95eca5db'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/vala-0.50.1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/vala-0.50.1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/vala-0.50.1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/vala-0.50.1-chromeos-x86_64.tar.xz',
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/vala-0.50.3-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/vala-0.50.3-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/vala-0.50.3-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/vala-0.50.3-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '38cb06cd9804c2ce375e637a1ab7e3f65d54fc0bb6d8e12e9af795d2ed99c58b',
armv7l: '38cb06cd9804c2ce375e637a1ab7e3f65d54fc0bb6d8e12e9af795d2ed99c58b',
i686: 'a999cbaa519fa66d072c30e6c147ebe94110eef9651732dfe09db6d6318e5c16',
x86_64: '5bdbef5e4f78303c0ab24333b552e797c7c7db3c1626af8c64b19e433a1cd764',
aarch64: '6a7d6ae85c7105e34c471b4c3218af328e30e613bafe6fd5ff1a40d8fc9e0d1d',
armv7l: '6a7d6ae85c7105e34c471b4c3218af328e30e613bafe6fd5ff1a40d8fc9e0d1d',
i686: 'b86a4c43e82f55cf974e0d60aa664ee719d1f266446167d61e6aa00976c1bd74',
x86_64: 'a3fe7fae478aa276d36a1e1268b4215257e37c1965dfbeb1d52b7ef4bd47f130',
})
depends_on 'flex'
......@@ -28,7 +28,10 @@ class Vala < Package
depends_on 'dbus'
def self.build
system "./configure #{CREW_OPTIONS} --disable-maintainer-mode --disable-valadoc"
system "env CFLAGS='-pipe -flto=auto' CXXFLAGS='-pipe -flto=auto' \
./configure #{CREW_OPTIONS} \
--disable-maintainer-mode \
--disable-valadoc"
system 'make'
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment