re: update to 1.1.0.

This commit is contained in:
John 2021-02-04 23:11:19 +01:00
parent 318b3778b1
commit bebc343fea

View file

@ -1,19 +1,20 @@
# Template file for 're' # Template file for 're'
pkgname=re pkgname=re
version=0.6.1 version=1.1.0
revision=2 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="RELEASE=1 EXTRA_CFLAGS=$CFLAGS make_build_args="RELEASE=1 EXTRA_CFLAGS=$CFLAGS
EXTRA_LFLAGS=$LDFLAGS USE_OPENSSL=yes USE_DTLS=yes USE_DTLS_SRTP=yes" EXTRA_LFLAGS=$LDFLAGS USE_OPENSSL=yes USE_DTLS=yes
USE_DTLS_SRTP=yes USE_ZLIB=yes"
make_install_args="$make_build_args" make_install_args="$make_build_args"
make_use_env=1 make_use_env=1
makedepends="libressl-devel" makedepends="libressl-devel zlib-devel"
short_desc="Portable library for real-time communications" short_desc="Portable library for real-time communications"
maintainer="JohnZ <me@johnnynator.dev>" maintainer="John <me@johnnynator.dev>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="http://www.creytiv.com/" homepage="https://github.com/baresip/re/"
distfiles="http://www.creytiv.com/pub/re-${version}.tar.gz" distfiles="https://github.com/baresip/re/archive/v${version}.tar.gz"
checksum=cd5bfc79640411803b200c7531e4ba8a230da3806746d3bd2de970da2060fe43 checksum=82afc903a6b1e436b357f05eb11560ec681712291dd9c83c408465c895f28b5d
shlib_provides="libre.so" shlib_provides="libre.so"
case $XBPS_TARGET_MACHINE in case $XBPS_TARGET_MACHINE in