mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
uthash: update to 2.0.2
This commit is contained in:
parent
5ac2185aa3
commit
b49a6883ff
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'uthash'
|
# Template file for 'uthash'
|
||||||
pkgname=uthash
|
pkgname=uthash
|
||||||
version=2.0.1
|
version=2.0.2
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="A hash table for C structures"
|
short_desc="A hash table for C structures"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://troydhanson.github.com/uthash/"
|
homepage="http://troydhanson.github.com/uthash/"
|
||||||
distfiles="https://github.com/troydhanson/uthash/archive/v${version}.tar.gz"
|
distfiles="https://github.com/troydhanson/uthash/archive/v${version}.tar.gz"
|
||||||
checksum=613b95fcc368b7d015ad2d0802313277012f50c4ac290c3dfc142d42ebea3337
|
checksum=34a31d51dd7a839819cecd6f46049b4ffe031d7f3147d9a042f5504fdb1348d1
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/include
|
vmkdir usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue