summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-04-12 18:13:11 +0200
committerMichel Zou2023-04-12 18:13:11 +0200
commitf88f795ee5cf9108b7b9c4e6c14624ed2ad27362 (patch)
treedd6c396b0911a615a87843d26cb1b1322de67e2d
parentfc267e12febbb6f36ce1c6bbe651428e821d6f40 (diff)
downloadaur-f88f795ee5cf9108b7b9c4e6c14624ed2ad27362.tar.gz
1.17.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2de7fa24db0..08ff8360a520 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.7
+ pkgver = 1.17.8
pkgrel = 1
url = https://projects.coin-or.org/Clp
arch = any
@@ -11,7 +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.7.tar.gz
- sha256sums = c4c2c0e014220ce8b6294f3be0f3a595a37bef58a14bf9bac406016e9e73b0f5
+ source = https://github.com/coin-or/Clp/archive/releases/1.17.8.tar.gz
+ sha256sums = f9931b5ba44f0daf445c6b48fc2c250dc12e667e59ace8ea7b025f158fe31556
pkgname = mingw-w64-coin-or-clp
diff --git a/PKGBUILD b/PKGBUILD
index b9c231695973..703d1ba5324d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-coin-or-clp
-pkgver=1.17.7
+pkgver=1.17.8
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=('c4c2c0e014220ce8b6294f3be0f3a595a37bef58a14bf9bac406016e9e73b0f5')
+sha256sums=('f9931b5ba44f0daf445c6b48fc2c250dc12e667e59ace8ea7b025f158fe31556')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"