summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-05-05 07:31:16 +0200
committerMichel Zou2022-05-05 07:31:16 +0200
commitee7379bb444e0fb57266de76b007b2fbb00ff85b (patch)
treeaf8ecbd454c3ef061431e03e0bbd58fd93f6a2dd
parent2e820c0f622b1255ea176eda9eef74f1168701e5 (diff)
downloadaur-ee7379bb444e0fb57266de76b007b2fbb00ff85b.tar.gz
0.60.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e7ee91a309a..b2bbeeb6548a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-coin-or-cgl
pkgdesc = COIN-OR Cut Generation Library (mingw-w64)
- pkgver = 0.60.5
+ pkgver = 0.60.6
pkgrel = 1
url = https://projects.coin-or.org/Cgl
arch = any
@@ -11,7 +11,7 @@ pkgbase = mingw-w64-coin-or-cgl
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/coin-or/Cgl/archive/refs/tags/releases/0.60.5.tar.gz
- sha256sums = 5a2e7ca380425b3d7279d0759c625a367d06ec8293698b59f82fae38ae5df64e
+ source = https://github.com/coin-or/Cgl/archive/refs/tags/releases/0.60.6.tar.gz
+ sha256sums = 9e2c51ffad816ab408763d6b931e2a3060482ee4bf1983148969de96d4b2c9ce
pkgname = mingw-w64-coin-or-cgl
diff --git a/PKGBUILD b/PKGBUILD
index 0ade5d1234ac..abe125318468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-coin-or-cgl
-pkgver=0.60.5
+pkgver=0.60.6
pkgrel=1
pkgdesc="COIN-OR Cut Generation Library (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ depends=('mingw-w64-coin-or-clp')
makedepends=('mingw-w64-configure')
options=('staticlibs' '!buildflags' '!strip')
source=(https://github.com/coin-or/Cgl/archive/refs/tags/releases/$pkgver.tar.gz)
-sha256sums=('5a2e7ca380425b3d7279d0759c625a367d06ec8293698b59f82fae38ae5df64e')
+sha256sums=('9e2c51ffad816ab408763d6b931e2a3060482ee4bf1983148969de96d4b2c9ce')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"