summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2019-02-24 09:02:44 +0100
committerMichel Zou2019-02-24 09:02:44 +0100
commitd9381b147c602ac1ca2963a967d8cba119288503 (patch)
treecebf1e438a1401de44ea64f090f8111f7d796a36 /PKGBUILD
parent4b61cc286cdb2729ba8524b39d785974c9419c11 (diff)
downloadaur-d9381b147c602ac1ca2963a967d8cba119288503.tar.gz
1.4.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 884e4229ce11..79487200c90f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=coin-or-bcp
-pkgver=1.4.3
+pkgver=1.4.4
pkgrel=1
pkgdesc="Parallel framework for implementing branch, cut, and price algorithms for solving mixed integer programs"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ groups=('coin-or')
depends=('coin-or-vol')
makedepends=()
source=("http://www.coin-or.org/download/source/Bcp/Bcp-$pkgver.tgz")
-sha256sums=('5e7a2871033f9d5e8dda69b5fc19ff37853f24f4bdd42fb0b97f904e3a7c856e')
+sha256sums=('8b490ad35c28a79806f84dacbdc36d602ce0a3a4e32c3575f99495c6e6b4906e')
build() {
cd "$srcdir/Bcp-$pkgver"