From 91ed29d7dda0c5764bfc991985bf98adab0890f0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 02:27:41 +0000 Subject: added PKG_VER to xibuilds --- repo/system/guile.xibuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'repo/system/guile.xibuild') diff --git a/repo/system/guile.xibuild b/repo/system/guile.xibuild index fd65daa..c5413ff 100644 --- a/repo/system/guile.xibuild +++ b/repo/system/guile.xibuild @@ -2,7 +2,9 @@ DEPS=(gmp libltdl ncurses texinfo libunistring gc libffi) -SOURCE=https://ftp.gnu.org/gnu/guile/guile-2.2.7.tar.gz + +PKG_VER=2.2.7 +SOURCE=https://ftp.gnu.org/gnu/guile/guile-$PKG_VER.tar.gz DESC="Portable, embeddable Scheme implementation written in C" build () { -- cgit v1.2.1