Guile: bump (#3019)

This commit is contained in:
miqlas
2018-09-11 22:40:14 +02:00
committed by waddlesplash
parent 428efdb37d
commit 051bc44820
2 changed files with 4 additions and 4 deletions

View File

@@ -7,9 +7,9 @@ HOMEPAGE="https://www.gnu.org/software/guile/"
COPYRIGHT="1993-2018 Aubrey Jaffer, George Carrette, et al."
LICENSE="GNU LGPL v3"
REVISION="1"
SOURCE_URI="https://ftpmirror.gnu.org/guile/guile-$portVersion.tar.gz
https://ftp.gnu.org/gnu/guile/guile-$portVersion.tar.gz"
CHECKSUM_SHA256="87ee07caef33c97ddc74bf3c29ce7628cfac12061f573e4a29a3a1176754610a"
SOURCE_URI="https://ftpmirror.gnu.org/guile/guile-$portVersion.tar.lz
https://ftp.gnu.org/gnu/guile/guile-$portVersion.tar.lz"
CHECKSUM_SHA256="b72724cb59d4cc1eed005a10a960831efe0f1f7bf17cc6a88fbfab0a48b4bf5c"
PATCHES="guile-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
@@ -22,7 +22,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
commandBinDir=$prefix/bin
fi
libguileVersion="1.3.0"
libguileVersion="1.3.1"
libguileVersionCompat="$libguileVersion compat >= ${libguileVersion%%.*}"
portVersionCompat="$portVersion compat >= ${portVersion%%.*}"
portVers="${portVersion%.*}"