libenet: update to 1.3.18
This commit is contained in:
parent
5bf74a5db9
commit
35f9d919aa
|
@ -1,15 +1,20 @@
|
|||
# Template file for 'libenet'
|
||||
pkgname=libenet
|
||||
version=1.3.17
|
||||
version=1.3.18
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="Reliable UDP networking library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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=a38f0f194555d558533b8b15c0c478e946310022d0ec7b34334e19e4574dcedc
|
||||
distfiles="https://github.com/lsalzman/enet/archive/v${version}.tar.gz"
|
||||
checksum=28603c895f9ed24a846478180ee72c7376b39b4bb1287b73877e5eae7d96b0dd
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
site="https://github.com/lsalzman/enet/tags"
|
||||
pattern='/archive/refs/tags/v\K[\d\.]+(?=\.tar\.gz")'
|
Loading…
Reference in New Issue