PhpStorm: update to 2020.1.4.
This commit is contained in:
parent
b0094ebd14
commit
be0e025e16
1 changed files with 4 additions and 3 deletions
|
@ -1,21 +1,22 @@
|
|||
# Template file for 'PhpStorm'
|
||||
pkgname=PhpStorm
|
||||
version=2020.1
|
||||
version=2020.1.4
|
||||
revision=1
|
||||
archs="i686 x86_64"
|
||||
wrksrc="PhpStorm-201.6668.153"
|
||||
wrksrc="PhpStorm-201.8743.18"
|
||||
depends="jetbrains-jdk-bin"
|
||||
short_desc="Lightning-smart PHP IDE"
|
||||
maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
|
||||
license="custom:Commercial"
|
||||
homepage="https://www.jetbrains.com/phpstorm"
|
||||
distfiles="https://download.jetbrains.com/webide/PhpStorm-${version}.tar.gz"
|
||||
checksum=48620424341008bad90d6ee877553665bd689fceaddd69059f0400b3a5a478fb
|
||||
checksum=a23922f5f93bc8df1f2aabbb0f9969e27d28f706c09d18d66d4cc2d56c52ddc9
|
||||
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
|
||||
|
||||
post_extract() {
|
||||
# Remove files for other CPU architectures
|
||||
|
|
Loading…
Reference in a new issue