gnubg: update to 1.05.000.
This commit is contained in:
parent
40920f2280
commit
edf060c8c4
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gnubg'
|
# Template file for 'gnubg'
|
||||||
pkgname=gnubg
|
pkgname=gnubg
|
||||||
version=1.04.000
|
version=1.05.000
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
configure_args="--enable-simd=sse2"
|
configure_args="--enable-simd=sse2"
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.gnubg.org"
|
homepage="http://www.gnubg.org"
|
||||||
distfiles="http://www.gnubg.org/media/sources/$pkgname-release-$version-sources.tar.gz"
|
distfiles="http://www.gnubg.org/media/sources/$pkgname-release-$version-sources.tar.gz"
|
||||||
checksum=66ca950d33d697f7a87605dfd3b83165ed756a927eaef164684914b9b0a14e3f
|
checksum=a872810b82f17950be64b4f49a10da97634c5d8f39069288f64bd2eb78a4cddb
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Reference in New Issue