summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2021-12-17 14:14:08 +1100
committerRhinoceros2021-12-17 14:14:08 +1100
commit6337fc335fd299d89f185a7480b9716924376d77 (patch)
tree87ddebfaa2636fd31b9a745435734c2cd39ab9de
parent58af3179aae77a4f0ad3c29b74cfcada8d7d31d1 (diff)
downloadaur-6337fc335fd299d89f185a7480b9716924376d77.tar.gz
Update to 2.11.7-1
* Upstream changelog: By default, the port listener is disabled on IGV startup. Change the setting in View > Preferences > Advanced. To use web links to IGV or control IGV from other programs, you must enable the port. Update to use Log4j version 2.16.0. Note however, we do not believe any version of IGV is impacted by the vulnerability of earlier Log4j versions because IGV is a desktop application and does not expose any input forms to users over the web, and it does not log any user input. Remove the "Color by insert size" option for RNA-Seq alignment tracks. This option cannot be meaningfully implemented or interpreted for RNA-Seq data. Allow symbolically linked launch scripts. (Git Issue #1060) Save the sequence for BLAT tracks in session files. (Git Issue #1065)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8127fcae3fde..addaa066362b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = igv
pkgdesc = High-performance visualization tool for interactive exploration of large, integrated genomic datasets. From Broad Institute.
- pkgver = 2.11.6
- pkgrel = 2
+ pkgver = 2.11.7
+ pkgrel = 1
url = http://www.broadinstitute.org/software/igv/home
arch = any
license = MIT
depends = jre11-openjdk
depends = archlinux-java-run
depends = sh
- source = https://data.broadinstitute.org/igv/projects/downloads/2.11/IGV_Linux_2.11.6_WithJava.zip
+ source = https://data.broadinstitute.org/igv/projects/downloads/2.11/IGV_Linux_2.11.7_WithJava.zip
source = igv.sh
source = igv_hidpi.sh
source = igv.desktop
source = igv_hidpi.desktop
source = igv-license-2020.txt::https://raw.githubusercontent.com/igvteam/igv/master/license.txt
- source = https://raw.githubusercontent.com/igvteam/igv/v2.11.6/test/web/IGV_64.png
- sha512sums = c858fb87ff3cfb38fbbc11237cb8b2b5bc02c350115cd29bf6a02ba422fecc34e00bef3ad4e4f0640429836cd0e9b88b3a0519e81b1b756a61d11eadedf579e1
+ source = https://raw.githubusercontent.com/igvteam/igv/v2.11.7/test/web/IGV_64.png
+ sha512sums = c89685494f31ec0eb61ecfa60938805aa4c8e2ce43e2623981f95c753430ae82a9ff440f8618701e4c8ba1fcf9a317adf75ae0f5db306237bedd3a146a2f981c
sha512sums = 70de493d5188d6eedbd0bf7c74d41ce4829efab75e3a79b56f998326c209d0184f5d3624d6b85d01ad93f0462e785c314322ef4a9260ead6d747f1791ecbe649
sha512sums = 60c9c8c6f66259a4edafd1d58d1f1ebcda4450f7620d4c0fc987d5875c2fd531bc2a3159fcdb77975bf07002036e3544f4d301a31d1085ab24d576eea1f8adcb
sha512sums = c6bd4fc8bb7e43ee0fe9a4709e716d015c678bdd8bcb897876c267ec48441e2383aebb26b80457d2238f79546537af3409aa698544dc0043ff2c921f18126662
diff --git a/PKGBUILD b/PKGBUILD
index bd405b378de5..3aa221ce74f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
# Co-maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=igv
-pkgver=2.11.6
+pkgver=2.11.7
minor_pkgver=$(<<<$pkgver sed -E 's/^([0-9]+\.[0-9]+)\..*/\1/')
_pkgver=${pkgver//_/-} # currently not needed
-pkgrel=2
+pkgrel=1
pkgdesc="High-performance visualization tool for interactive exploration of large, integrated genomic datasets. From Broad Institute."
arch=('any')
url="http://www.broadinstitute.org/software/igv/home"
@@ -21,7 +21,7 @@ source=("https://data.broadinstitute.org/igv/projects/downloads/${minor_pkgver}/
"igv_hidpi.desktop"
"${pkgname}-license-2020.txt::https://raw.githubusercontent.com/igvteam/igv/master/license.txt"
"https://raw.githubusercontent.com/igvteam/igv/v${pkgver}/test/web/IGV_64.png")
-sha512sums=('c858fb87ff3cfb38fbbc11237cb8b2b5bc02c350115cd29bf6a02ba422fecc34e00bef3ad4e4f0640429836cd0e9b88b3a0519e81b1b756a61d11eadedf579e1'
+sha512sums=('c89685494f31ec0eb61ecfa60938805aa4c8e2ce43e2623981f95c753430ae82a9ff440f8618701e4c8ba1fcf9a317adf75ae0f5db306237bedd3a146a2f981c'
'70de493d5188d6eedbd0bf7c74d41ce4829efab75e3a79b56f998326c209d0184f5d3624d6b85d01ad93f0462e785c314322ef4a9260ead6d747f1791ecbe649'
'60c9c8c6f66259a4edafd1d58d1f1ebcda4450f7620d4c0fc987d5875c2fd531bc2a3159fcdb77975bf07002036e3544f4d301a31d1085ab24d576eea1f8adcb'
'c6bd4fc8bb7e43ee0fe9a4709e716d015c678bdd8bcb897876c267ec48441e2383aebb26b80457d2238f79546537af3409aa698544dc0043ff2c921f18126662'