summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Jennings2021-05-25 21:00:27 -0400
committerPatrick Jennings2021-05-25 21:00:27 -0400
commit6ce03f92a096a800d483b1e84ab2bd8a9df45546 (patch)
tree38de3a53fe3abee3fdcc67597821766f543cc04a /PKGBUILD
parent245c046e36207888280c394b0f0fc0baa3fe5d05 (diff)
downloadaur-6ce03f92a096a800d483b1e84ab2bd8a9df45546.tar.gz
Updating to the latest release 3.0.1 from 3.0.0.
This also fixes an issue where the sha256 checksum had changed with the release archive on the github.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8125850b7f0..206d5775f33a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Jennings <patrick at jenningsga dot com>
pkgname=corosync-qdevice
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc="The Corosync Cluster Engine Qdevice"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -9,7 +9,7 @@ url="http://www.corosync.org/"
license=('BSD')
depends=('corosync')
source=("$pkgname-$pkgver.tar.gz::https://github.com/corosync/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('06b6ba6bd34186a13e645b962cbcf0ebf644227688e3578e239632c82243ab3c')
+sha256sums=('0a8eccd4082fe9deea4819b22515bd1571ed7e36d73b76f3b7570995f2de6834')
prepare() {
cd ${pkgname}-${pkgver}