summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12021-05-24 12:17:24 +0800
committerChocobo12021-05-24 12:17:24 +0800
commit9fa45892821582852e5d576d9ce1f26465dba24a (patch)
tree4afca58efe32622f2eff2c4d48ad479d1e8deaa6
parentda7b6c5dac36125765655eb186b47e4ef036cf07 (diff)
downloadaur-9fa45892821582852e5d576d9ce1f26465dba24a.tar.gz
upgpkg: bowtie2-bin 2.4.4-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76c6bea0d9ad..c75a7b0fff5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bowtie2-bin
pkgdesc = Tool for aligning sequencing reads to long reference sequences
- pkgver = 2.4.3
+ pkgver = 2.4.4
pkgrel = 1
url = http://bowtie-bio.sourceforge.net/bowtie2/index.shtml
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = bowtie2-bin
optdepends = python
provides = bowtie2
conflicts = bowtie2
- source_x86_64 = https://github.com/BenLangmead/bowtie2/releases/download/v2.4.3/bowtie2-2.4.3-linux-x86_64.zip
- sha256sums_x86_64 = bbdec890b5bc5654092977f1792afaadb2aa3fcf1ed37f7e4170ca95ec3f7695
- source_aarch64 = https://github.com/BenLangmead/bowtie2/releases/download/v2.4.3/bowtie2-2.4.3-linux-aarch64.zip
- sha256sums_aarch64 = 73128f0253d8b78c1818acfe7bed1161de38e7504d0d3689bba150bb87e0f970
+ source_x86_64 = https://github.com/BenLangmead/bowtie2/releases/download/v2.4.4/bowtie2-2.4.4-linux-x86_64.zip
+ sha256sums_x86_64 = ea1acee531ab67776a349bc152364bee38d36357b9d1ba8d21ae072763765c4c
+ source_aarch64 = https://github.com/BenLangmead/bowtie2/releases/download/v2.4.4/bowtie2-2.4.4-linux-aarch64.zip
+ sha256sums_aarch64 = 44fc32491d7b6ec27333812eef2791c4551ba1ee0c405445d19d05981461eabc
pkgname = bowtie2-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1cbd487558cc..ed2a4f3890ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=bowtie2-bin
-pkgver=2.4.3
+pkgver=2.4.4
pkgrel=1
pkgdesc="Tool for aligning sequencing reads to long reference sequences"
arch=('x86_64' 'aarch64')
@@ -13,8 +13,8 @@ provides=('bowtie2')
conflicts=('bowtie2')
source_x86_64=("https://github.com/BenLangmead/bowtie2/releases/download/v$pkgver/bowtie2-$pkgver-linux-x86_64.zip")
source_aarch64=("https://github.com/BenLangmead/bowtie2/releases/download/v$pkgver/bowtie2-$pkgver-linux-aarch64.zip")
-sha256sums_x86_64=('bbdec890b5bc5654092977f1792afaadb2aa3fcf1ed37f7e4170ca95ec3f7695')
-sha256sums_aarch64=('73128f0253d8b78c1818acfe7bed1161de38e7504d0d3689bba150bb87e0f970')
+sha256sums_x86_64=('ea1acee531ab67776a349bc152364bee38d36357b9d1ba8d21ae072763765c4c')
+sha256sums_aarch64=('44fc32491d7b6ec27333812eef2791c4551ba1ee0c405445d19d05981461eabc')
package() {