* update coin-or-asl to 2.0.2-1
This commit is contained in:
parent
fcc92afa2b
commit
4a4faa7681
@ -1,19 +1,15 @@
|
|||||||
pkgbase = coin-or-asl
|
pkgbase = coin-or-asl
|
||||||
pkgdesc = COIN-OR autotools harness to build AMPL Solver Library
|
pkgdesc = COIN-OR autotools harness to build AMPL Solver Library
|
||||||
pkgver = 2.0.1
|
pkgver = 2.0.2
|
||||||
pkgrel = 1.1
|
pkgrel = 1
|
||||||
url = https://github.com/coin-or-tools/ThirdParty-ASL/
|
url = https://github.com/coin-or-tools/ThirdParty-ASL/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = powerpc64le
|
|
||||||
arch = powerpc64
|
|
||||||
arch = powerpc
|
|
||||||
arch = riscv64
|
|
||||||
groups = coin-or
|
groups = coin-or
|
||||||
license = MIT
|
license = MIT
|
||||||
depends = glibc
|
depends = glibc
|
||||||
source = coin-or-asl-2.0.1.tar.gz::https://github.com/coin-or-tools/ThirdParty-ASL/archive/releases/2.0.1.tar.gz
|
source = coin-or-asl-2.0.2.tar.gz::https://github.com/coin-or-tools/ThirdParty-ASL/archive/releases/2.0.2.tar.gz
|
||||||
source = https://coin-or-tools.github.io/ThirdParty-ASL/solvers-64919f75f.tgz
|
source = https://coin-or-tools.github.io/ThirdParty-ASL/solvers-64919f75f.tgz
|
||||||
sha256sums = 92575a7d5264311a53bfec65bec006475c4b5ef3e79d8d84db798d73e8d3567f
|
sha256sums = f6e57d9752db939d2f55ff6917146406217eaa908539b351c840e0ff10b30c94
|
||||||
sha256sums = e212926d1d797701adc901ef18eaab6b15edd13f9281dd8c9266e3cdaf8c2dd3
|
sha256sums = e212926d1d797701adc901ef18eaab6b15edd13f9281dd8c9266e3cdaf8c2dd3
|
||||||
|
|
||||||
pkgname = coin-or-asl
|
pkgname = coin-or-asl
|
||||||
|
6
coin-or-asl/.nvchecker.toml
Normal file
6
coin-or-asl/.nvchecker.toml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[coin-or-asl]
|
||||||
|
source = 'github'
|
||||||
|
github = 'coin-or-tools/ThirdParty-ASL'
|
||||||
|
use_max_tag = true
|
||||||
|
include_regex = 'releases/.*'
|
||||||
|
prefix = 'releases/'
|
@ -2,8 +2,8 @@
|
|||||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||||
|
|
||||||
pkgname=coin-or-asl
|
pkgname=coin-or-asl
|
||||||
pkgver=2.0.1
|
pkgver=2.0.2
|
||||||
pkgrel=1.1
|
pkgrel=1
|
||||||
pkgdesc='COIN-OR autotools harness to build AMPL Solver Library'
|
pkgdesc='COIN-OR autotools harness to build AMPL Solver Library'
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url='https://github.com/coin-or-tools/ThirdParty-ASL/'
|
url='https://github.com/coin-or-tools/ThirdParty-ASL/'
|
||||||
@ -12,7 +12,7 @@ groups=(coin-or)
|
|||||||
depends=(glibc)
|
depends=(glibc)
|
||||||
source=($pkgname-$pkgver.tar.gz::https://github.com/coin-or-tools/ThirdParty-ASL/archive/releases/$pkgver.tar.gz
|
source=($pkgname-$pkgver.tar.gz::https://github.com/coin-or-tools/ThirdParty-ASL/archive/releases/$pkgver.tar.gz
|
||||||
https://coin-or-tools.github.io/ThirdParty-ASL/solvers-64919f75f.tgz)
|
https://coin-or-tools.github.io/ThirdParty-ASL/solvers-64919f75f.tgz)
|
||||||
sha256sums=('92575a7d5264311a53bfec65bec006475c4b5ef3e79d8d84db798d73e8d3567f'
|
sha256sums=('f6e57d9752db939d2f55ff6917146406217eaa908539b351c840e0ff10b30c94'
|
||||||
'e212926d1d797701adc901ef18eaab6b15edd13f9281dd8c9266e3cdaf8c2dd3')
|
'e212926d1d797701adc901ef18eaab6b15edd13f9281dd8c9266e3cdaf8c2dd3')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user