summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2023-08-24 15:12:19 +0200
committermschubert2023-08-24 15:12:19 +0200
commit8182405ef9c537466a9661ab70c1245e2ff7645f (patch)
tree998e032de813b23ead462396065d63de3b2edb2c
parent6295afa0ac0c687715af0d50b14d561e5fc28cdb (diff)
downloadaur-8182405ef9c537466a9661ab70c1245e2ff7645f.tar.gz
version bump 2.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31c2ea0beec3..43c14334f7e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blast+-bin
pkgdesc = New suite of BLAST tools that utilizes the NCBI C++ Toolkit
- pkgver = 2.14.0
+ pkgver = 2.14.1
pkgrel = 1
url = https://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastHome
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = blast+-bin
depends = libidn
provides = blast+
conflicts = blast+
- source = https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.14.0/ncbi-blast-2.14.0+-x64-linux.tar.gz
- sha256sums = 6f2402870a5686fed7ab5178e3609027b7591f2b7e5c63577663b13cfb94368e
+ source = https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.14.1/ncbi-blast-2.14.1+-x64-linux.tar.gz
+ sha256sums = 38ef0c34e93a93427d165006c823a13fe862ac4213ea52feac822707c7505845
pkgname = blast+-bin
diff --git a/PKGBUILD b/PKGBUILD
index adc61229ea1c..dae4816fbd1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: yescalona <yescalona[at]ug[dot]uchile[dot]cl>
# Contributor: soeren <nonick[at]posteo[dot]de>
pkgname=blast+-bin
-pkgver=2.14.0
+pkgver=2.14.1
pkgrel=1
pkgdesc="New suite of BLAST tools that utilizes the NCBI C++ Toolkit"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('perl' 'zlib' 'libidn')
provides=('blast+')
conflicts=('blast+')
source=(https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/$pkgver/ncbi-blast-$pkgver+-x64-linux.tar.gz)
-sha256sums=('6f2402870a5686fed7ab5178e3609027b7591f2b7e5c63577663b13cfb94368e')
+sha256sums=('38ef0c34e93a93427d165006c823a13fe862ac4213ea52feac822707c7505845')
package() {
install -d "$pkgdir"/usr/{bin,share/doc/$pkgname}