summaryrefslogtreecommitdiff
path: root/extra/glpk
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-01-31 10:53:52 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-01-31 10:53:52 +0100
commit5330206481631dda2c1e585b758c58f90ab807ee (patch)
tree963af2f017ae97a614bb4a1620dba3c8fccc4a1b /extra/glpk
parentde041df147ce2040490c5606f95dcacdd0ceb04c (diff)
parent902eddd7e029eda6fc1c668b31e696c6ca3edbc7 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/xorg-server/PKGBUILD multilib-staging/lib32-pango/PKGBUILD multilib/lib32-gtk2/PKGBUILD staging/digikam/PKGBUILD testing/udev/PKGBUILD
Diffstat (limited to 'extra/glpk')
-rw-r--r--extra/glpk/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/glpk/PKGBUILD b/extra/glpk/PKGBUILD
index c7d7845c1..ae8d7a912 100644
--- a/extra/glpk/PKGBUILD
+++ b/extra/glpk/PKGBUILD
@@ -3,7 +3,7 @@
# Additional contributors Senjin, Xavier, dundee
pkgname=glpk
-pkgver=4.44
+pkgver=4.47
pkgrel=1
pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
arch=('i686' 'x86_64' 'mips64el')
@@ -12,7 +12,7 @@ license=('GPL')
depends=('glibc')
options=('!libtool')
source=("http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz")
-md5sums=('f2ac7013bc0420d730d052e7ba24bdb1')
+sha1sums=('35e16d3167389b6bc75eb51b4b48590db59f789c')
build() {
cd ${srcdir}/${pkgname}-${pkgver}