summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author46620 AUR BOT2023-12-14 18:56:21 +0000
committer46620 AUR BOT2023-12-14 18:56:21 +0000
commit2cb5579fe7baceafd570fdcbf13736c439e06baf (patch)
tree30eef4bda2121c9fec545126a5b478e2aaad9aaf
parentdd4ac301a100db8a805e9d5b03e2db6032403a60 (diff)
downloadaur-gatk-bin.tar.gz
4.5.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fbd12e08ef6..7c3355050d00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gatk-bin
pkgdesc = Variant discovery in high-throughput bioinformatics sequencing data
- pkgver = 4.4.0.0
+ pkgver = 4.5.0.0
pkgrel = 1
url = https://software.broadinstitute.org/gatk-bin
arch = any
@@ -9,10 +9,10 @@ pkgbase = gatk-bin
depends = python
optdepends = r: plot generation for some tools
conflicts = gatk
- source = gatk-bin-4.4.0.0.zip::https://github.com/broadinstitute/gatk/releases/download/4.4.0.0/gatk-4.4.0.0.zip
+ source = gatk-bin-4.5.0.0.zip::https://github.com/broadinstitute/gatk/releases/download/4.5.0.0/gatk-4.5.0.0.zip
source = gatk.sh
source = gatk-bin-license.txt::https://raw.githubusercontent.com/broadinstitute/gatk/d6a7fcd895677424b491df8c4ee6227e34b52251/LICENSE.TXT
- sha512sums = e26c0c453716a47d4fba4e879629f5715754994e96baab8a115783cd1fda2ae250e5d1764598dd4d926a5bce9f6d1144e5eec4ef42e75196e6bd698da5760d4c
+ sha512sums = c98b95bec0c67113daa46911e176588180b463514ed8270961207cadf3d7329a99752d819eaff74ca95d3ef89c0592f2c92c3ac3b98cfd3e3e56dec7d3b6c634
sha512sums = a9984153bc489bf5814adc8f8bffd92782e7dd031f2b9a0798d2dc005438445f5eefed6ce3b64b776197c49fb8579e4c968e7cdc4398c5df0145e5105cc20271
sha512sums = 9753eef4b1f3aa96b790eaeacbe92ecb9d8fee6de9b918244a519a53b5285d57d2128e62f6a86c5d931d217a72f08e806ff81e95ad8d271c1df737384c81e30e
diff --git a/PKGBUILD b/PKGBUILD
index 0542650e06fe..4caaf220fd56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lionel Miller <delonorm@gmail.com>
pkgname=gatk-bin
-pkgver=4.4.0.0
+pkgver=4.5.0.0
pkgrel=1
pkgdesc="Variant discovery in high-throughput bioinformatics sequencing data"
arch=('any')
@@ -15,7 +15,7 @@ source=(
gatk.sh
"${pkgname}-license.txt::https://raw.githubusercontent.com/broadinstitute/gatk/d6a7fcd895677424b491df8c4ee6227e34b52251/LICENSE.TXT"
)
-sha512sums=('e26c0c453716a47d4fba4e879629f5715754994e96baab8a115783cd1fda2ae250e5d1764598dd4d926a5bce9f6d1144e5eec4ef42e75196e6bd698da5760d4c'
+sha512sums=('c98b95bec0c67113daa46911e176588180b463514ed8270961207cadf3d7329a99752d819eaff74ca95d3ef89c0592f2c92c3ac3b98cfd3e3e56dec7d3b6c634'
'a9984153bc489bf5814adc8f8bffd92782e7dd031f2b9a0798d2dc005438445f5eefed6ce3b64b776197c49fb8579e4c968e7cdc4398c5df0145e5105cc20271'
'9753eef4b1f3aa96b790eaeacbe92ecb9d8fee6de9b918244a519a53b5285d57d2128e62f6a86c5d931d217a72f08e806ff81e95ad8d271c1df737384c81e30e')