Commit 6b788d6f authored by Ed Reel's avatar Ed Reel

Update sqlite from 3.22.0 to 3.24.0

Add pre-built binaries
parent 23bc59d1
......@@ -3,21 +3,21 @@ 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.22.0'
source_url 'https://www.sqlite.org/2018/sqlite-autoconf-3220000.tar.gz'
source_sha256 '2824ab1238b706bc66127320afbdffb096361130e23291f26928a027b885c612'
version '3.24.0'
source_url 'https://www.sqlite.org/2018/sqlite-autoconf-3240000.tar.gz'
source_sha256 'd9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/sqlite-3.22.0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/sqlite-3.22.0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/sqlite-3.22.0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/sqlite-3.22.0-chromeos-x86_64.tar.xz',
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/sqlite-3.24.0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/sqlite-3.24.0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/sqlite-3.24.0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/sqlite-3.24.0-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '5b7f9778a780ab585a278f2c5683fe0db797862bb38d1d5800dfbacfa1b013f6',
armv7l: '5b7f9778a780ab585a278f2c5683fe0db797862bb38d1d5800dfbacfa1b013f6',
i686: 'aa56673a95856c12a8062493e47648f69cb6e94461dd75ef26477535f39647ba',
x86_64: '94d9f6a054d92a09c04324c0a95d6af4d2cc155dfac2a72879479d7a5d6129b8',
aarch64: 'b4246d7a44b323908c8bbb00328597caa385c430adb72a350ac7dcc28667edd2',
armv7l: 'b4246d7a44b323908c8bbb00328597caa385c430adb72a350ac7dcc28667edd2',
i686: '27ef7d2aeaebef32a59aeaa81a254e63d2bb81715b26f86ff1abc658aa4aed13',
x86_64: 'ce04fb085392fda58be8416bd4b826b89c7302b68a491394009cdecf474ad801',
})
depends_on 'libedit'
......
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