Skip to content

Commit f5cf4ec

Browse files
committed
Merge pull request kivy#395 from mathewvermeer/apsw
use $VERSION_apsw instead of hardcoding version number
2 parents a43d8a5 + 3a3ed5b commit f5cf4ec

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)