summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-08-25 12:05:45 +0000
committerBioArchLinuxBot2023-08-25 12:05:45 +0000
commit5be99508e2aa6c470a6a2cfc799162f82a5f442c (patch)
tree19c80d9abb6efb1f75722c47a0cc1fc64eb087c1 /PKGBUILD
parent7f886ccacef4e7d57ffbd62be8113a23dcdfad32 (diff)
downloadaur-5be99508e2aa6c470a6a2cfc799162f82a5f442c.tar.gz
[lilac] updated to 0.10.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4dacceab226..7d9f165d4c8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: bipin kumar <kbipinkumar@pm.me>
pkgname=cramino
-pkgver=0.9.9
+pkgver=0.10.0
pkgrel=1
pkgdesc='A fast tool for BAM/CRAM quality evaluation of long reads. https://doi.org/10.1093/bioinformatics/btad311'
arch=(x86_64)
@@ -10,7 +10,7 @@ url='https://github.com/wdecoster/cramino'
license=('MIT')
options=(!lto)
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wdecoster/cramino/archive/refs/tags/v${pkgver}.tar.gz)
-sha256sums=('4892fcee0a5b4b0b7c49ed4f5f54168a15d5c0419e3eacee0d6155a207e194a1')
+sha256sums=('12854bca15718ed1af99ae5894ff5e0114e56a8fb715f268638d1ab40f91e00d')
prepare() {
cd ${pkgname}-${pkgver}