firebird: update to 2.5.8.27089
This commit is contained in:
parent
d174606d5d
commit
334c8bbe5b
1 changed files with 6 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'firebird'
|
||||
pkgname=firebird
|
||||
version=2.5.6.27020
|
||||
revision=3
|
||||
version=2.5.8.27089
|
||||
revision=1
|
||||
_build=0
|
||||
_uver=${version//./_}
|
||||
wrksrc="${pkgname^}-${version}-${_build}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix=/usr/share/firebird --with-system-icu --with-system-editline"
|
||||
|
@ -12,9 +13,9 @@ makedepends="boost-devel libedit-devel icu-devel ncurses-devel libatomic_ops-dev
|
|||
short_desc="Relational database offering many ANSI SQL standard features"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="custom"
|
||||
homepage="http://www.firebirdsql.org/en/start/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${version%.*}-Release/${pkgname^}-${version}-${_build}.tar.bz2"
|
||||
checksum=8e416f2f9a8f1fce2aa872925ca2016010878265ec56fe0a32a73e0080378826
|
||||
homepage="https://www.firebirdsql.org/en/start/"
|
||||
distfiles="https://github.com/FirebirdSQL/firebird/releases/download/R${_uver%_*}/Firebird-${version}-${_build}.tar.bz2"
|
||||
checksum=d87d774736edb1eacc242c68831edb3575c28cc61378491f42f8932bf9975678
|
||||
disable_parallel_build=yes
|
||||
|
||||
if [ ${XBPS_GCC_VERSION_MAJOR} -gt 5 ]; then
|
||||
|
|
Loading…
Reference in a new issue