mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
leveldb: update to 1.20.
This commit is contained in:
parent
bf9678740f
commit
1e9f5d0563
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'leveldb'
|
# Template file for 'leveldb'
|
||||||
pkgname=leveldb
|
pkgname=leveldb
|
||||||
version=1.19
|
version=1.20
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="A fast and lightweight key/value database library by Google"
|
short_desc="A fast and lightweight key/value database library by Google"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/google/leveldb"
|
homepage="https://github.com/google/leveldb"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=7d7a14ae825e66aabeb156c1c3fae9f9a76d640ef6b40ede74cc73da937e5202
|
checksum=f5abe8b5b209c2f36560b75f32ce61412f39a2922f7045ae764a2c23335b6664
|
||||||
CFLAGS="-I. -I./include"
|
CFLAGS="-I. -I./include"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue