summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2019-09-24 19:54:58 +0300
committerLev Levitsky2019-09-24 19:54:58 +0300
commitcf756e02fcf229127407cc180d57068dc9505df2 (patch)
tree6c0ec28d52c2f59c8bb82b710e64027a8d34c4ee
parent1a6894e9488c6eae9304a9bae59354ca4fb1e251 (diff)
downloadaur-cf756e02fcf229127407cc180d57068dc9505df2.tar.gz
Update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58099bf68e19..053bafad0ee7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crux-toolkit-bin
pkgdesc = A mass spectrometry analysis toolkit
- pkgver = 3.2.85114c7
+ pkgver = 3.2.3ace861
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.85114c7.Linux.x86_64.zip
+ source_x86_64 = https://noble.gs.washington.edu/crux-downloads/daily/crux-3.2.3ace861.Linux.x86_64.zip
depends_x86_64 = gcc-libs
- sha256sums_x86_64 = a77e23f33c221db8da29780d8d389d667e55f62055e234b55bae1a431c05d5ba
- source_i686 = https://noble.gs.washington.edu/crux-downloads/daily/crux-3.2.85114c7.Linux.x86_64.zip
+ sha256sums_x86_64 = e2bfb40a7bf581b53c45500e506741624a87f226c9034e0ec6e6dcafa761dd53
+ source_i686 = https://noble.gs.washington.edu/crux-downloads/daily/crux-3.2.3ace861.Linux.x86_64.zip
depends_i686 = lib32-gcc-libs
- sha256sums_i686 = 3799c8f63292e0469303f5068d2ec24f420590fa65a7e7b2e37699259b13ae34
+ sha256sums_i686 = e5dbb7f418ef285432a3821bf83c5a821f40be35629ae6c7c2a482671e9c9019
pkgname = crux-toolkit-bin
diff --git a/PKGBUILD b/PKGBUILD
index cfa8376279aa..7e94404ca8ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lev Levitsky <levlev at mail.ru>
pkgname=crux-toolkit-bin
-pkgver=3.2.85114c7
+pkgver=3.2.3ace861
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=('a77e23f33c221db8da29780d8d389d667e55f62055e234b55bae1a431c05d5ba')
-sha256sums_i686=('3799c8f63292e0469303f5068d2ec24f420590fa65a7e7b2e37699259b13ae34')
+sha256sums_x86_64=('e2bfb40a7bf581b53c45500e506741624a87f226c9034e0ec6e6dcafa761dd53')
+sha256sums_i686=('e5dbb7f418ef285432a3821bf83c5a821f40be35629ae6c7c2a482671e9c9019')
package() {
install -D -t "${pkgdir}/usr/bin" "crux-3.2.Linux.${CARCH}/bin/crux"