premake5: update to 5.0.0alpha14

This commit is contained in:
Renato Aguiar 2019-11-18 11:05:58 -08:00 committed by Helmut Pozimski
parent bbcdfeb490
commit fcc0c17cec
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'premake5'
pkgname=premake5
version=5.0.0alpha13
version=5.0.0alpha14
revision=1
_version=${version/alpha/-alpha}
wrksrc="premake-${_version}"
@ -8,11 +8,11 @@ build_style=gnu-makefile
make_build_args="-C build/gmake.unix config=release"
hostmakedepends="unzip"
short_desc="Cross-platform, open-source build system"
maintainer="Renato Aguiar <renato@renag.me>"
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
license="BSD-3-Clause"
homepage="https://premake.github.io/"
distfiles="https://github.com/premake/premake-core/releases/download/v${_version}/premake-${_version}-src.zip"
checksum=b28d2d1f4dc7efa8bdfe20d331787461a58a0da558adac0aef939ad006019209
checksum=7c9fa4488156625c819dd03f2b48bfd4712fbfabdc2b5768e8c7f52dd7d16608
do_install() {
vbin bin/release/premake5

2
srcpkgs/premake5/update Normal file
View File

@ -0,0 +1,2 @@
site='https://premake.github.io/download.html'
pattern='premake-\K5[\d.]+(-alpha[\d]*|-beta[\d]*|)(?=-src\.zip)'