* update uthash to 2.3.0-2.1

This commit is contained in:
Alexander Baldeck 2024-10-18 10:35:05 +02:00
parent f6578902db
commit acd88ba41c
2 changed files with 12 additions and 1 deletions

11
uthash/.SRCINFO Normal file
View File

@ -0,0 +1,11 @@
pkgbase = uthash
pkgdesc = C preprocessor implementations of a hash table and a linked list
pkgver = 2.3.0
pkgrel = 2.1
url = https://troydhanson.github.io/uthash/
arch = any
license = BSD
source = uthash-2.3.0.tar.gz::https://github.com/troydhanson/uthash/archive/v2.3.0.tar.gz
sha256sums = e10382ab75518bad8319eb922ad04f907cb20cccb451a3aa980c9d005e661acc
pkgname = uthash

View File

@ -4,7 +4,7 @@
# Contributor: Michael Frey <mail@mfrey.net>
pkgname=uthash
pkgver=2.3.0
pkgrel=2
pkgrel=2.1
pkgdesc="C preprocessor implementations of a hash table and a linked list"
arch=(any)
url="https://troydhanson.github.io/uthash/"