uthash: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-06 20:17:58 +02:00
parent f0a624cbac
commit f875b8eeba
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34Jo/GdtWoefGrP+IkKsHA/sYJgZVXG34D68bhS0A3l+IxGBY1G3QfIAmc6WN7ZgLxvB3qIYX4SqQj0DXHgYdAs=
SHA256 (Pkgfile) = 4569481ff371dd4d964cb85b42fe1a6038a311af061d72247b7f2a93bb81e1b2
RWSagIOpLGJF34nTP7iS0tho0vMAP2vs7hh0RYYd9aLviTl4ILgH0266y4xssnHpVAh3Zrih5dqlhZaf+7JtfvPZXbyC+zMCJAE=
SHA256 (Pkgfile) = 8ec1f5d7c6649b17b164cd78b13a30a796c8e02506acec3cb151812df4f376fb
SHA256 (.footprint) = 23ee7e492f3ad3b871080d814482acf6baae8dfe89b669de9a2c8a4ea7cebd13
SHA256 (uthash-v2.3.0.tar.gz) = e10382ab75518bad8319eb922ad04f907cb20cccb451a3aa980c9d005e661acc

View File

@ -1,6 +1,6 @@
# Description: C preprocessor implementations of a hash table and a linked list
# URL: http://troydhanson.github.io/uthash/index.html
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: unmaintained
name=uthash
version=2.3.0
@ -8,7 +8,7 @@ release=1
source=(https://github.com/troydhanson/$name/archive/v$version/$name-v$version.tar.gz)
build() {
cd $name-$version/src
install -d $PKG/usr/include/
install -m 0644 -t $PKG/usr/include/ *.h
cd $name-$version/src
install -d $PKG/usr/include/
install -m 0644 -t $PKG/usr/include/ *.h
}