summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: