summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-10-26 00:17:52 +0200
committerMichel Zou2023-10-26 00:17:52 +0200
commit749b834364fae08ba2d59ab98308803ab0080e5c (patch)
treebe425ab27ef6cb39dc6f9115667807f764ba9785
parent40156d0f4bbb7141a4adfe7c8ecfad52816be02a (diff)
downloadaur-749b834364fae08ba2d59ab98308803ab0080e5c.tar.gz
0.108.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75bf97c1a592..63f0efb1aac2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-coin-or-osi
pkgdesc = COIN-OR Open Solver Interface (mingw-w64)
- pkgver = 0.108.8
+ pkgver = 0.108.9
pkgrel = 1
url = https://projects.coin-or.org/Osi
arch = any
@@ -11,7 +11,7 @@ pkgbase = mingw-w64-coin-or-osi
options = !buildflags
options = !strip
options = staticlibs
- source = https://github.com/coin-or/Osi/archive/refs/tags/releases/0.108.8.tar.gz
- sha256sums = 8b01a49190cb260d4ce95aa7e3948a56c0917b106f138ec0a8544fadca71cf6a
+ source = https://github.com/coin-or/Osi/archive/refs/tags/releases/0.108.9.tar.gz
+ sha256sums = 8b09802960d7d4fd9579b3e4320bfb36e7f8dca5e5094bf1f5edf1b7003f5562
pkgname = mingw-w64-coin-or-osi
diff --git a/PKGBUILD b/PKGBUILD
index ec922d6d1e85..a950024a3284 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-coin-or-osi
-pkgver=0.108.8
+pkgver=0.108.9
pkgrel=1
pkgdesc="COIN-OR Open Solver Interface (mingw-w64)"
arch=(any)
@@ -10,7 +10,7 @@ depends=(mingw-w64-coin-or-coinutils)
makedepends=(mingw-w64-configure)
options=('!buildflags' '!strip' 'staticlibs')
source=("https://github.com/coin-or/Osi/archive/refs/tags/releases/$pkgver.tar.gz")
-sha256sums=('8b01a49190cb260d4ce95aa7e3948a56c0917b106f138ec0a8544fadca71cf6a')
+sha256sums=('8b09802960d7d4fd9579b3e4320bfb36e7f8dca5e5094bf1f5edf1b7003f5562')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"