summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-04-03 20:34:44 +0200
committerMichel Zou2020-04-03 20:34:44 +0200
commitcec19540c505b434135c3e9fc76fa927b5581879 (patch)
tree0d201c61c08cbe26bfdb3eb0dbc5354b0f8fc794
parentda21ff3e1cd2aa1854ead7718fdfdfd093c76673 (diff)
downloadaur-cec19540c505b434135c3e9fc76fa927b5581879.tar.gz
1.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 022a5df87674..6a1bd03cc7e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-coin-or-coinasl
pkgdesc = COIN-OR autotools harness to build AMPL Solver Library (mingw-w64)
- pkgver = 1.4.2
+ pkgver = 1.4.3
pkgrel = 1
url = https://github.com/coin-or-tools/ThirdParty-ASL/
arch = any
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-coin-or-coinasl
options = !buildflags
options = !strip
options = staticlibs
- source = https://github.com/coin-or-tools/ThirdParty-ASL/archive/releases/1.4.2.tar.gz
- sha256sums = 1816800470e84ed188df3f9cbd59dfb26cc5a9951dbf1f4cc7ec1b0a6010ffaa
+ source = https://github.com/coin-or-tools/ThirdParty-ASL/archive/releases/1.4.3.tar.gz
+ sha256sums = 0a4cfa7c6c5df72d8e1c4c3ce74633421f807115a679e85cb5569c41df9a9aaf
pkgname = mingw-w64-coin-or-coinasl
diff --git a/PKGBUILD b/PKGBUILD
index fd8010f4a117..20c1a3aeab98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-coin-or-coinasl
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="COIN-OR autotools harness to build AMPL Solver Library (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-configure' 'mingw-w64-wine' 'wget')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://github.com/coin-or-tools/ThirdParty-ASL/archive/releases/$pkgver.tar.gz")
-sha256sums=('1816800470e84ed188df3f9cbd59dfb26cc5a9951dbf1f4cc7ec1b0a6010ffaa')
+sha256sums=('0a4cfa7c6c5df72d8e1c4c3ce74633421f807115a679e85cb5569c41df9a9aaf')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"