uthash: update to 2.3.0.
Upstream changelog has been added and short description now passes xlint. Closes: #33265 [via git-merge-pr]
This commit is contained in:
parent
71c8c836c3
commit
67b736abac
1 changed files with 4 additions and 3 deletions
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'uthash'
|
||||
pkgname=uthash
|
||||
version=2.1.0
|
||||
version=2.3.0
|
||||
revision=1
|
||||
short_desc="A hash table for C structures"
|
||||
short_desc="Hash table for C structures"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="http://troydhanson.github.com/uthash/"
|
||||
changelog="https://raw.githubusercontent.com/troydhanson/uthash/master/doc/ChangeLog.txt"
|
||||
distfiles="https://github.com/troydhanson/uthash/archive/v${version}.tar.gz"
|
||||
checksum=152ccd8e64d0f495377232e3964d06c7ec8bb8c3fbd3217f8a5702614f9a669e
|
||||
checksum=e10382ab75518bad8319eb922ad04f907cb20cccb451a3aa980c9d005e661acc
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/include
|
||||
|
|
Loading…
Reference in a new issue