glpk: update to 4.61.
This commit is contained in:
parent
7f200942ae
commit
ff3f086c1d
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'glpk'
|
# Template file for 'glpk'
|
||||||
pkgname=glpk
|
pkgname=glpk
|
||||||
version=4.60
|
version=4.61
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-gmp"
|
configure_args="--with-gmp"
|
||||||
makedepends="gmp-devel"
|
makedepends="gmp-devel"
|
||||||
short_desc="GNU Linear Programming Kit to solve LP, MIP and other problems"
|
short_desc="GNU Linear Programming Kit to solve LP, MIP and other problems"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.gnu.org/software/glpk/glpk.html"
|
homepage="http://www.gnu.org/software/glpk/glpk.html"
|
||||||
distfiles="${GNU_SITE}/glpk/${pkgname}-${version}.tar.gz"
|
distfiles="${GNU_SITE}/glpk/${pkgname}-${version}.tar.gz"
|
||||||
checksum=1356620cb0a0d33ac3411dd49d9fd40d53ece73eaec8f6b8d19a77887ff5e297
|
checksum=9866de41777782d4ce21da11b88573b66bb7858574f89c28be6967ac22dfaba9
|
||||||
|
|
||||||
glpk-devel_package() {
|
glpk-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in New Issue