CLion: update to 2020.3.3.
This commit is contained in:
parent
34ae4c2f59
commit
43ec3908e5
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'CLion'
|
||||
pkgname=CLion
|
||||
version=2020.3.2
|
||||
version=2020.3.3
|
||||
revision=1
|
||||
archs="i686 x86_64"
|
||||
wrksrc="clion-${version}"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
|
|||
license="custom:Commercial"
|
||||
homepage="https://www.jetbrains.com/clion"
|
||||
distfiles="https://download.jetbrains.com/cpp/CLion-${version}.tar.gz"
|
||||
checksum=5d49bd88b6457271464687453ff65880a4a38974575bb76f969036c692072280
|
||||
checksum=2470365df5c682aec24e6ce88a87100232d0f26607522dda79572414fb944083
|
||||
repository=nonfree
|
||||
restricted=yes
|
||||
nopie=yes
|
||||
|
@ -37,12 +37,14 @@ post_extract() {
|
|||
rm -rf bin/clion.vmoptions
|
||||
rm -rf bin/libyjpagent-linux.so
|
||||
rm -rf lib/pty4j-native/linux/x86
|
||||
rm -rf plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so
|
||||
;;
|
||||
i686)
|
||||
rm -rf bin/fsnotifier64
|
||||
rm -rf bin/clion64.vmoptions
|
||||
rm -rf bin/libyjpagent-linux64.so
|
||||
rm -rf lib/pty4j-native/linux/x86-64
|
||||
rm -rf plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue