Skip to content

Commit

Permalink
cloog: update to 0.20.0, change distfiles origin
Browse files Browse the repository at this point in the history
  • Loading branch information
dkwo committed Mar 12, 2021
1 parent c8522a6 commit 992cddb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions srcpkgs/cloog/template
@@ -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}"
Expand All @@ -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}"
Expand Down

0 comments on commit 992cddb

Please sign in to comment.