We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a43d8a5 + 3a3ed5b commit f5cf4ecCopy full SHA for f5cf4ec
recipes/apsw/recipe.sh
@@ -7,7 +7,7 @@ VERSION_apsw=${VERSION_apsw:-3.8.4.1-r1}
7
DEPS_apsw=(python)
8
9
# 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
+URL_apsw=https://github.com/rogerbinns/apsw/releases/download/${VERSION_apsw}/apsw-${VERSION_apsw}.zip
11
12
# md5 of the package
13
MD5_apsw=5ad3098489576929b90f4215eb5b2621
0 commit comments