summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212022-01-25 08:06:35 +0100
committera8212022-01-25 08:06:35 +0100
commitf894915527bf81b0492b8d429264eaaaab8661b2 (patch)
treee7cd1ba7f7c919fa1535c955f6a56083e614b867
parent9100c196f1e69a6208b1d9348b602988f22bb5cf (diff)
downloadaur-f894915527bf81b0492b8d429264eaaaab8661b2.tar.gz
Version 3.9.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6745ddbe58d1..6dc70551b64f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = cytoscape
pkgdesc = Network Data Integration, Analysis, and Visualization in a Box
- pkgver = 3.9.0
+ pkgver = 3.9.1
pkgrel = 1
- url = http://www.cytoscape.org
+ url = https://www.cytoscape.org
arch = any
license = LGPL
depends = java-runtime=11
depends = bash
- source = https://github.com/cytoscape/cytoscape/releases/download/3.9.0/cytoscape-unix-3.9.0.tar.gz
+ source = https://github.com/cytoscape/cytoscape/releases/download/3.9.1/cytoscape-unix-3.9.1.tar.gz
source = cytoscape.desktop
source = cytoscape.png
source = cytoscape
- sha256sums = ed80e6a23cd0ba31ebb03b81ed60b40b7676b2b4ddf5052f7a1d5b6a87772af5
+ sha256sums = 2380b6c86888ca09c55244410b82c14901608d9955282a10191a61ca7569b1cc
sha256sums = f4476545086f845e1cec5861169270da9f82a6ad4944972010827a567af0c7d0
sha256sums = 135faa3f0beb8ecc1b704cf376408e8bd5f62f32ba50a84002c14321d0bb0b68
sha256sums = b16706514961f0d206a0e9c22dbf0bb9e74985e30163b1e26400121947688190
diff --git a/PKGBUILD b/PKGBUILD
index 1208ece17fe9..d814d58bf8ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
# Contributor: florianbw <florian.bw gmail.com>
pkgname=cytoscape
-pkgver=3.9.0
+pkgver=3.9.1
pkgrel=1
pkgdesc="Network Data Integration, Analysis, and Visualization in a Box"
arch=('any')
-url=http://www.cytoscape.org
+url=https://www.cytoscape.org
license=('LGPL')
depends=('java-runtime=11' 'bash')
source=("https://github.com/cytoscape/cytoscape/releases/download/${pkgver}/cytoscape-unix-${pkgver}.tar.gz"
@@ -15,7 +15,7 @@ source=("https://github.com/cytoscape/cytoscape/releases/download/${pkgver}/cyto
"${pkgname}.png"
"${pkgname}")
-sha256sums=('ed80e6a23cd0ba31ebb03b81ed60b40b7676b2b4ddf5052f7a1d5b6a87772af5'
+sha256sums=('2380b6c86888ca09c55244410b82c14901608d9955282a10191a61ca7569b1cc'
'f4476545086f845e1cec5861169270da9f82a6ad4944972010827a567af0c7d0'
'135faa3f0beb8ecc1b704cf376408e8bd5f62f32ba50a84002c14321d0bb0b68'
'b16706514961f0d206a0e9c22dbf0bb9e74985e30163b1e26400121947688190')