GoLand: update to 2020.3.1.
This commit is contained in:
parent
be36e2cdaf
commit
0447d19a7c
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'GoLand'
|
||||
pkgname=GoLand
|
||||
version=2020.2.3
|
||||
version=2020.3.1
|
||||
revision=1
|
||||
archs="i686 x86_64"
|
||||
depends="jetbrains-jdk-bin"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
|
|||
license="custom:Commercial"
|
||||
homepage="https://www.jetbrains.com/go"
|
||||
distfiles="https://download.jetbrains.com/go/goland-${version}.tar.gz"
|
||||
checksum=c0ca83c05e156c58483b42eb9a14fd1013434c8936fbba20ffd4b0b722a6bfa2
|
||||
checksum=b336e309edf51a3c6fa9b3424538a4cd9055d6516373fcf0f1d5a9ba840af189
|
||||
repository=nonfree
|
||||
restricted=yes
|
||||
nopie=yes
|
||||
|
@ -19,6 +19,8 @@ post_extract() {
|
|||
# Remove files for other CPU architectures
|
||||
rm -rf bin/fsnotifier-arm
|
||||
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
|
||||
x86_64)
|
||||
|
|
Loading…
Reference in New Issue