GoLand: update to 2020.3.1.
This commit is contained in:
parent
be36e2cdaf
commit
0447d19a7c
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'GoLand'
|
# Template file for 'GoLand'
|
||||||
pkgname=GoLand
|
pkgname=GoLand
|
||||||
version=2020.2.3
|
version=2020.3.1
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
depends="jetbrains-jdk-bin"
|
depends="jetbrains-jdk-bin"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
|
||||||
license="custom:Commercial"
|
license="custom:Commercial"
|
||||||
homepage="https://www.jetbrains.com/go"
|
homepage="https://www.jetbrains.com/go"
|
||||||
distfiles="https://download.jetbrains.com/go/goland-${version}.tar.gz"
|
distfiles="https://download.jetbrains.com/go/goland-${version}.tar.gz"
|
||||||
checksum=c0ca83c05e156c58483b42eb9a14fd1013434c8936fbba20ffd4b0b722a6bfa2
|
checksum=b336e309edf51a3c6fa9b3424538a4cd9055d6516373fcf0f1d5a9ba840af189
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
restricted=yes
|
restricted=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
@ -19,6 +19,8 @@ post_extract() {
|
||||||
# Remove files for other CPU architectures
|
# Remove files for other CPU architectures
|
||||||
rm -rf bin/fsnotifier-arm
|
rm -rf bin/fsnotifier-arm
|
||||||
rm -rf lib/pty4j-native/linux/ppc64le
|
rm -rf lib/pty4j-native/linux/ppc64le
|
||||||
|
rm -rf lib/pty4j-native/linux/aarch64
|
||||||
|
rm -rf lib/pty4j-native/linux/mips64el
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64)
|
x86_64)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue