* update enet to 1.3.18-1

This commit is contained in:
Alexander Baldeck 2024-06-18 11:01:16 +02:00
parent bf253bad1f
commit 7d4bcd7ba2

View File

@ -4,15 +4,15 @@
# Contributor: Bj?indeijer <bjorn@lindeijer.nl>
pkgname=enet
pkgver=1.3.17
pkgver=1.3.18
pkgrel=1
pkgdesc='A relatively thin, simple and robust network communication layer on top of UDP'
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='http://enet.bespin.org/'
license=('custom')
depends=('glibc')
source=("http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz")
sha512sums=('efa0cb093a6ca295e5012a4fdebc5ffd6516a66a967e97b386b72781b18ce4a118c9bf94e87adbbdcd0ed441e22c62a05c24ff39fd6b475919e8efe9ab4715e4')
sha512sums=('d39b3bc78274ed4040580a0b13f7e628829d88993aa1bae15ab02afe64598badb2c6863b128f25234e27c3a8c4bcfbda360b3b237c92388675714549e9757bb5')
build() {
cd "${pkgname}-${pkgver}"