Commit 95212955 authored by Casey Strouse's avatar Casey Strouse Committed by Kazushi (Jam) Marukawa

Update sqlite from 3.20.0 to 3.20.1

This is a general bugfix and maintenance release. Fixes of note include a 2% CPU
usage reduction and removing a memory leak.

Tested as working on XE500C13-K01US.
parent b612cfff
......@@ -3,21 +3,13 @@ require 'package'
class Sqlite < Package
description 'SQLite is a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine.'
homepage 'http://www.sqlite.org/'
version '3.20.0'
source_url 'https://www.sqlite.org/2017/sqlite-autoconf-3200000.tar.gz'
source_sha256 '3814c6f629ff93968b2b37a70497cfe98b366bf587a2261a56a5f750af6ae6a0'
version '3.20.1'
source_url 'https://www.sqlite.org/2017/sqlite-autoconf-3200100.tar.gz'
source_sha256 'ec66595b29bc0798b023a5122021ea646ab4fa9e2f735937c5426feeba950742'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/sqlite-3.20.0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/sqlite-3.20.0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/sqlite-3.20.0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/sqlite-3.20.0-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'a52b755a1727f4015ccb011cb6ffd17d31d920cb70278208cb17956617774a0a',
armv7l: 'a52b755a1727f4015ccb011cb6ffd17d31d920cb70278208cb17956617774a0a',
i686: '912ec63e2072ba9cd71884633f4daff8e1fd40603b3c25baa96554ca2e624ced',
x86_64: 'c5851611c34ac47a5541b0d0d3600f2380940f18a9699072348f0edf49bb94e8',
})
def self.build
......
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