uthash: update to 2.1.0.
This commit is contained in:
parent
8334353452
commit
c046f91b64
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'uthash'
|
||||
pkgname=uthash
|
||||
version=2.0.2
|
||||
version=2.1.0
|
||||
revision=1
|
||||
short_desc="A hash table for C structures"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="BSD"
|
||||
license="BSD-2-Clause"
|
||||
homepage="http://troydhanson.github.com/uthash/"
|
||||
distfiles="https://github.com/troydhanson/uthash/archive/v${version}.tar.gz"
|
||||
checksum=34a31d51dd7a839819cecd6f46049b4ffe031d7f3147d9a042f5504fdb1348d1
|
||||
checksum=152ccd8e64d0f495377232e3964d06c7ec8bb8c3fbd3217f8a5702614f9a669e
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/include
|
||||
|
|
Loading…
Reference in a new issue