diff --git a/srcpkgs/libenet/template b/srcpkgs/libenet/template index 596076961a7..379fe2cfebc 100644 --- a/srcpkgs/libenet/template +++ b/srcpkgs/libenet/template @@ -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 " 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 diff --git a/srcpkgs/libenet/update b/srcpkgs/libenet/update deleted file mode 100644 index b0450781285..00000000000 --- a/srcpkgs/libenet/update +++ /dev/null @@ -1,2 +0,0 @@ -site="https://github.com/lsalzman/enet/tags" -pattern='/archive/refs/tags/v\K[\d\.]+(?=\.tar\.gz")'