summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-01-12 18:17:24 +0100
committerMichel Zou2022-01-12 18:17:24 +0100
commitfc267e12febbb6f36ce1c6bbe651428e821d6f40 (patch)
treee036cdad1223eff61a3e4c8f5f604a452e6ccadd
parent01f21e49fbbb1d633e0718169b8a347b3b698d20 (diff)
downloadaur-fc267e12febbb6f36ce1c6bbe651428e821d6f40.tar.gz
1.17.7
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64bfbfb9d29c..c2de7fa24db0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-coin-or-clp
pkgdesc = COIN-OR linear programming solver (mingw-w64)
- pkgver = 1.17.6
+ pkgver = 1.17.7
pkgrel = 1
url = https://projects.coin-or.org/Clp
arch = any
@@ -11,8 +11,7 @@ pkgbase = mingw-w64-coin-or-clp
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/coin-or/Clp/archive/releases/1.17.6.tar.gz
- sha256sums = afff465b1620cfcbb7b7c17b5d331d412039650ff471c4160c7eb24ae01284c9
+ source = https://github.com/coin-or/Clp/archive/releases/1.17.7.tar.gz
+ sha256sums = c4c2c0e014220ce8b6294f3be0f3a595a37bef58a14bf9bac406016e9e73b0f5
pkgname = mingw-w64-coin-or-clp
-
diff --git a/PKGBUILD b/PKGBUILD
index 9845dee6ec47..b9c231695973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-coin-or-clp
-pkgver=1.17.6
+pkgver=1.17.7
pkgrel=1
pkgdesc="COIN-OR linear programming solver (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ depends=('mingw-w64-coin-or-osi')
makedepends=('mingw-w64-configure')
options=('staticlibs' '!buildflags' '!strip')
source=("https://github.com/coin-or/Clp/archive/releases/${pkgver}.tar.gz")
-sha256sums=('afff465b1620cfcbb7b7c17b5d331d412039650ff471c4160c7eb24ae01284c9')
+sha256sums=('c4c2c0e014220ce8b6294f3be0f3a595a37bef58a14bf9bac406016e9e73b0f5')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"