summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2019-10-15 14:20:00 +0200
committerPhilipp A2019-10-15 14:20:00 +0200
commit9ed5d7a198d64b3db473618a2a9007b36c45607c (patch)
treec0044d2def8952a85d5979ee9a2719d222d91d01 /PKGBUILD
parent34d51e58584a15a53377ad832656edf2462be4ff (diff)
downloadaur-9ed5d7a198d64b3db473618a2a9007b36c45607c.tar.gz
v5.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f7faf9e5417..930a08a768f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kyle Meyer <kyle@kyleam.com>
pkgname=snakemake
-pkgver=5.6.0
+pkgver=5.7.0
pkgrel=1
pkgdesc='Python-based language and execution environment for GNU Make-like workflows'
arch=(any)
@@ -29,7 +29,7 @@ optdepends=(
)
license=(MIT)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('65b944bcf06fd31b5da7430a6012a542c4c3c05a822b92ca218f2406eabd2c24')
+sha256sums=('874808ed3265d96d9df10c04dfb3fa28c0aa80484483d8973bbc5971e28b5dfb')
build() {
cd "$srcdir/$pkgname-$pkgver"