cloog: update to 0.20.0, change distfiles origin
This commit is contained in:
parent
09f69b72d7
commit
d85931a892
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cloog'
|
||||
pkgname=cloog
|
||||
version=0.18.4
|
||||
revision=2
|
||||
version=0.20.0
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-isl=system --with-gmp=system --with-gmp-exec-prefix=${XBPS_CROSS_BASE}"
|
||||
|
@ -10,8 +10,8 @@ short_desc="Library that generates loops for scanning polyhedra"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://www.bastoul.net/cloog/"
|
||||
distfiles="http://www.bastoul.net/cloog/pages/download/cloog-$version.tar.gz"
|
||||
checksum=325adf3710ce2229b7eeb9e84d3b539556d093ae860027185e7af8a8b00a750e
|
||||
distfiles="https://github.com/periscop/cloog/releases/download/cloog-${version}/cloog-${version}.tar.gz"
|
||||
checksum=835c49951ff57be71dcceb6234d19d2cc22a3a5df84aea0a9d9760d92166fc72
|
||||
|
||||
cloog-devel_package() {
|
||||
depends="${makedepends} cloog>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue