From 3a3ed5b3766584f511c8742e10c4e5635ad0d989 Mon Sep 17 00:00:00 2001 From: Mathew Date: Fri, 12 Jun 2015 11:55:16 +0200 Subject: [PATCH] use $VERSION_apsw instead of hardcoding version number --- recipes/apsw/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/apsw/recipe.sh b/recipes/apsw/recipe.sh index f2cb60f4a5..cfff15ed3b 100644 --- a/recipes/apsw/recipe.sh +++ b/recipes/apsw/recipe.sh @@ -7,7 +7,7 @@ VERSION_apsw=${VERSION_apsw:-3.8.4.1-r1} DEPS_apsw=(python) # url of the package -URL_apsw=https://github.com/rogerbinns/apsw/releases/download/3.8.4.1-r1/apsw-3.8.4.1-r1.zip +URL_apsw=https://github.com/rogerbinns/apsw/releases/download/${VERSION_apsw}/apsw-${VERSION_apsw}.zip # md5 of the package MD5_apsw=5ad3098489576929b90f4215eb5b2621