libenet: update to 1.3.17.

This commit is contained in:
Roberto Ricci 2022-04-22 19:04:19 +02:00 committed by Duncan Overbruck
parent 8eeac0c829
commit 9b08b3475e
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libenet'
pkgname=libenet
version=1.3.14
version=1.3.17
revision=1
wrksrc="enet-${version}"
build_style=gnu-configure
@ -8,8 +8,9 @@ short_desc="Reliable UDP networking library"
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
license="MIT"
homepage="http://enet.bespin.org"
changelog="https://raw.githubusercontent.com/lsalzman/enet/master/ChangeLog"
distfiles="http://enet.bespin.org/download/enet-${version}.tar.gz"
checksum=98f6f57aab0a424469619ed3047728f0d3901ce8f0dea919c11e7966d807e870
checksum=a38f0f194555d558533b8b15c0c478e946310022d0ec7b34334e19e4574dcedc
post_install() {
vlicense LICENSE

View File

@ -1 +1,2 @@
pkgname=enet
site="https://github.com/lsalzman/enet/tags"
pattern='/archive/refs/tags/v\K[\d\.]+(?=\.tar\.gz")'