summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2018-11-26 19:19:47 +0100
committerPhilipp A2018-11-26 19:19:47 +0100
commit2c96d9f7f7f4c435a91a8aea088bf962ed3924c5 (patch)
tree507049fdd33a2c64889b5007eb717e66f5860cf5 /PKGBUILD
parent385a7a50920dc7841b53a9dfb7d33db0dd6a867a (diff)
downloadaur-2c96d9f7f7f4c435a91a8aea088bf962ed3924c5.tar.gz
v0.45
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33f022bd2b43..f1bc576d8fc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=kallisto
-pkgver=0.44.0
+pkgver=0.45.0
pkgrel=1
pkgdesc='Quantify abundances of transcripts from RNA-Seq data'
url="http://pachterlab.github.io/$pkgname/"
@@ -8,7 +8,7 @@ arch=(i686 x86_64)
depends=(hdf5 zlib)
makedepends=(cmake autoconf automake)
source=("https://github.com/pachterlab/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('35a81201a56f4557697e6fe693dc6b701bbbd0a7b2b6e1c6c845ef816d67ca29')
+sha256sums=('b32c74cdc0349c2fe0847b3464a3698da89212a507332a06291b6fc27b4e2305')
build() {
(