summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Levitsky2021-02-11 02:33:04 +0300
committerLev Levitsky2021-02-11 02:33:04 +0300
commit798dd48a9bf3f685a9ce5aae776765214bec486a (patch)
tree8eff3f22f416309df0fdb766562a7ca81fbbb356
parent866a0da176137919cbf9fdba804dd1b90af77911 (diff)
downloadaur-798dd48a9bf3f685a9ce5aae776765214bec486a.tar.gz
bump
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 138352dacc07..afbe71a1c7cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crux-toolkit-bin
pkgdesc = A mass spectrometry analysis toolkit
- pkgver = 3.2.dcf56a2
+ pkgver = 3.2.583fa5c
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.dcf56a2.Linux.x86_64.zip
+ source_x86_64 = https://noble.gs.washington.edu/crux-downloads/daily/crux-3.2.583fa5c.Linux.x86_64.zip
depends_x86_64 = gcc-libs
- sha256sums_x86_64 = 365244061bfa045f35e4343be7e877788e7068cc030c21f571ec947a216b0b4c
- source_i686 = https://noble.gs.washington.edu/crux-downloads/daily/crux-3.2.dcf56a2.Linux.x86_64.zip
+ sha256sums_x86_64 = 647a2a0d8e0d268e919ceabd1e3c060f8ae8698e590329712f30bc067e73c28c
+ source_i686 = https://noble.gs.washington.edu/crux-downloads/daily/crux-3.2.583fa5c.Linux.x86_64.zip
depends_i686 = lib32-gcc-libs
- sha256sums_i686 = 8c8bbce252d0feb0559673f4397b962afd3aa962cb9e91d98574cf12cf799cd1
+ sha256sums_i686 = 9f1ebc0e0939d980d6dcd3bbaf681932225309f5de9831d2e7b67383fd23ef0d
pkgname = crux-toolkit-bin
diff --git a/PKGBUILD b/PKGBUILD
index f28d4ae71079..45c490b03eba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lev Levitsky <levlev at mail.ru>
pkgname=crux-toolkit-bin
-pkgver=3.2.dcf56a2
+pkgver=3.2.583fa5c
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=('365244061bfa045f35e4343be7e877788e7068cc030c21f571ec947a216b0b4c')
-sha256sums_i686=('8c8bbce252d0feb0559673f4397b962afd3aa962cb9e91d98574cf12cf799cd1')
+sha256sums_x86_64=('647a2a0d8e0d268e919ceabd1e3c060f8ae8698e590329712f30bc067e73c28c')
+sha256sums_i686=('9f1ebc0e0939d980d6dcd3bbaf681932225309f5de9831d2e7b67383fd23ef0d')
package() {
install -D -t "${pkgdir}/usr/bin" "crux-3.2.Linux.${CARCH}/bin/crux"