sdb: update to 0.9.4.
This commit is contained in:
parent
f66cc43deb
commit
8ad5a081b2
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sdb'
|
||||
pkgname=sdb
|
||||
version=0.9.2
|
||||
version=0.9.4
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config git"
|
||||
|
@ -9,8 +9,8 @@ short_desc="Simple key-value database with JSON support"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-3"
|
||||
homepage="https://github.com/radare/sdb"
|
||||
distfiles="http://radare.org/get/sdb-${version}.tar.gz"
|
||||
checksum=8cd08d78e292fcb6ce4ffa7419e600a7f2cc3482e0f39b164279d440ad29026d
|
||||
distfiles="https://github.com/radare/sdb/archive/${version}.tar.gz"
|
||||
checksum=e40dfcd4859fa0c662687a25284d34ada88e066181c4462077def65a59506b0c
|
||||
|
||||
post_install() {
|
||||
# create soname symlink
|
||||
|
|
Loading…
Reference in New Issue