summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 959671a212f4..58099bf68e19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crux-toolkit-bin
pkgdesc = A mass spectrometry analysis toolkit
- pkgver = 3.2.939c57b
+ pkgver = 3.2.85114c7
pkgrel = 1
url = http://crux.ms
arch = x86_64
@@ -8,12 +8,12 @@ pkgbase = crux-toolkit-bin
license = Apache
provides = crux-toolkit
conflicts = crux-toolkit-git
- source_x86_64 = https://noble.gs.washington.edu/crux-downloads/daily/crux-3.2.939c57b.Linux.x86_64.zip
+ source_x86_64 = https://noble.gs.washington.edu/crux-downloads/daily/crux-3.2.85114c7.Linux.x86_64.zip
depends_x86_64 = gcc-libs
- sha256sums_x86_64 = 110cf0bc3bf8c5ed98b097eb632461ae30734568d9f5b7efe7d26a4a61bfeb73
- source_i686 = https://noble.gs.washington.edu/crux-downloads/daily/crux-3.2.939c57b.Linux.x86_64.zip
+ sha256sums_x86_64 = a77e23f33c221db8da29780d8d389d667e55f62055e234b55bae1a431c05d5ba
+ source_i686 = https://noble.gs.washington.edu/crux-downloads/daily/crux-3.2.85114c7.Linux.x86_64.zip
depends_i686 = lib32-gcc-libs
- sha256sums_i686 = 45f93543e8d5bd1761a83ada5e3bc9f8955893d792227048755c7807ce540b3a
+ sha256sums_i686 = 3799c8f63292e0469303f5068d2ec24f420590fa65a7e7b2e37699259b13ae34
pkgname = crux-toolkit-bin
diff --git a/PKGBUILD b/PKGBUILD
index 88b3de970784..cfa8376279aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lev Levitsky <levlev at mail.ru>
pkgname=crux-toolkit-bin
-pkgver=3.2.939c57b
+pkgver=3.2.85114c7
pkgrel=1
pkgdesc="A mass spectrometry analysis toolkit"
arch=('x86_64' 'i686')
@@ -12,8 +12,8 @@ provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}-git")
source_x86_64=("https://noble.gs.washington.edu/crux-downloads/daily/crux-${pkgver}.Linux.${CARCH}.zip")
source_i686=("https://noble.gs.washington.edu/crux-downloads/daily/crux-${pkgver}.Linux.${CARCH}.zip")
-sha256sums_x86_64=('110cf0bc3bf8c5ed98b097eb632461ae30734568d9f5b7efe7d26a4a61bfeb73')
-sha256sums_i686=('45f93543e8d5bd1761a83ada5e3bc9f8955893d792227048755c7807ce540b3a')
+sha256sums_x86_64=('a77e23f33c221db8da29780d8d389d667e55f62055e234b55bae1a431c05d5ba')
+sha256sums_i686=('3799c8f63292e0469303f5068d2ec24f420590fa65a7e7b2e37699259b13ae34')
package() {
install -D -t "${pkgdir}/usr/bin" "crux-3.2.Linux.${CARCH}/bin/crux"