Skip to content

Commit 3a3ed5b

Browse files
committed
use $VERSION_apsw instead of hardcoding version number
1 parent 9debb58 commit 3a3ed5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/apsw/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VERSION_apsw=${VERSION_apsw:-3.8.4.1-r1}
77
DEPS_apsw=(python)
88

99
# url of the package
10-
URL_apsw=https://github.com/rogerbinns/apsw/releases/download/3.8.4.1-r1/apsw-3.8.4.1-r1.zip
10+
URL_apsw=https://github.com/rogerbinns/apsw/releases/download/${VERSION_apsw}/apsw-${VERSION_apsw}.zip
1111

1212
# md5 of the package
1313
MD5_apsw=5ad3098489576929b90f4215eb5b2621

0 commit comments

Comments
 (0)