From d53766dc27720af984078225834c7cf7af3ebe73 Mon Sep 17 00:00:00 2001 From: Anton Afanasyev Date: Mon, 4 May 2020 00:13:28 -0700 Subject: [PATCH] CLion: update to 2020.1.1. --- srcpkgs/CLion/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/CLion/template b/srcpkgs/CLion/template index 36e8e3d6c06..97061295f32 100644 --- a/srcpkgs/CLion/template +++ b/srcpkgs/CLion/template @@ -1,6 +1,6 @@ # Template file for 'CLion' pkgname=CLion -version=2020.1 +version=2020.1.1 revision=1 archs="i686 x86_64" wrksrc="clion-${version}" @@ -10,12 +10,13 @@ maintainer="Anton Afanasyev " license="custom:Commercial" homepage="https://www.jetbrains.com/clion" distfiles="https://download.jetbrains.com/cpp/CLion-${version}.tar.gz" -checksum=f76f4515362970ad44bc3d270fbf84dbf5dcf109700836bddcf3e7b7c5e1aba2 +checksum=b476b1217d3e9d7bd7af655748c215e04d3350c0f9e3fefc7a3af76967856604 repository=nonfree restricted=yes nopie=yes # JetBrains' tools are self-sufficient and while they include code that appears to be linked to libs from other packages, these libs are either included in the tool package, or the code works by looking for one of several supported libs. noverifyrdeps=yes +python_version=3 build_options="bundled_cmake bundled_gdb bundled_lldb" build_options_default="bundled_cmake bundled_gdb bundled_lldb"