libHX: fix dead distfile, update to 4.24.
fix licence identifier
This commit is contained in:
parent
5bfbaf040a
commit
47b11e6dca
2 changed files with 5 additions and 5 deletions
|
@ -1198,7 +1198,7 @@ libwayland-cursor.so.0 wayland-1.6.0_1
|
|||
libwayland-egl.so.1 wayland-1.15.0_4
|
||||
libvarlink.so.0 libvarlink-22_1
|
||||
libtomcrypt.so.1 libtomcrypt-1.18.0_1
|
||||
libHX.so.28 libHX-3.14_1
|
||||
libHX.so.32 libHX-4.24_1
|
||||
libxkbcommon.so.0 libxkbcommon-0.2.0_1
|
||||
libxkbcommon-x11.so.0 libxkbcommon-x11-0.4.2_1
|
||||
libxkbregistry.so.0 libxkbregistry-1.3.0_3
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'libHX'
|
||||
pkgname=libHX
|
||||
version=3.24
|
||||
version=4.24
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-static"
|
||||
short_desc="C library providing data structures and common functions"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://libhx.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/libhx/${pkgname}-${version}.tar.xz"
|
||||
checksum=a51b3ead77cf93444b52efe14c87314e75b88cdedb4e5f4b6060a04b0c111b45
|
||||
distfiles="https://inai.de/files/libhx/libHX-${version}.tar.xz"
|
||||
checksum=760018915add802df416acdb5e2a3911139d44ca29e3bfc783d5aff1990db6a0
|
||||
|
||||
libHX-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue