From e37744c3ac9a1236b47e2db98d4e73db976c3299 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Mon, 7 Nov 2022 12:01:58 +0000 Subject: [PATCH] bpp: auto updated to 4.6.2-1 --- BioArchLinux/bpp/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BioArchLinux/bpp/PKGBUILD b/BioArchLinux/bpp/PKGBUILD index 810cece173..daacfcbfb0 100644 --- a/BioArchLinux/bpp/PKGBUILD +++ b/BioArchLinux/bpp/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Mick Elliot pkgname=bpp -pkgver=4.6.1 +pkgver=4.6.2 pkgrel=1 pkgdesc="High-performance Bayesian phylogenetics and phylogeography. https://doi.org/10.1093/sysbio/syw119" arch=('x86_64') @@ -11,7 +11,7 @@ license=('Affero') source=("${url}/archive/refs/tags/v${pkgver}.tar.gz") depends=(glibc) -sha256sums=('dfa4a0d2fcbbf7efc32224e1d29403ce37848e645661c4ac6034e465f6a7f87f') +sha256sums=('4ce7b76811e8f1c199bc3e1d07b21db425c23d54fd08470a4accf3140a16edd6') build() { cd "${pkgname}-${pkgver}/src"