From 3146de8a078debd64425c726e823873359c8dd49 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 30 Jul 2020 10:22:41 -0400 Subject: Added VERSION variable to download url --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a3d19e1..ef4d772 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: extract prepare create build VERSION=2020.2 PKG_NAME=pycharm PKG_FOLDER=${PKG_NAME}-package -PKG_URL=https://download-cf.jetbrains.com/python/pycharm-professional-2020.2.tar.gz +PKG_URL=https://download-cf.jetbrains.com/python/pycharm-professional-${VERSION}.tar.gz SRC=${PKG_NAME}-src ${PKG_NAME}-${VERSION}.tar.gz: -- cgit v1.2.3