From 47fe391384ca70c65d31cb729ff07b22f6dd4351 Mon Sep 17 00:00:00 2001 From: networkException Date: Mon, 15 Aug 2022 13:10:22 +0200 Subject: [PATCH] PKGBUILD: Upgrade to 1.2.1 --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index dbb3ae4..ffccc83 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: networkException pkgname=restic-integrity -pkgver=1.2.0 +pkgver=1.2.1 pkgrel=1 pkgdesc="Check the integrity of a restic repository without unlocking it" arch=('x86_64') @@ -10,7 +10,7 @@ license=('BSD') depends=() makedepends=('cargo') source=("$pkgname-$pkgver.tar::https://gitlab.upi.li/networkException/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar") -sha256sums=('bdfee19a7a94bdf496eb523a6178044b85c6f0a967bba5acdb8ca3b656b897b4') +sha256sums=('999e12744de116b2a27913297614ea7bd90664268cf37f523c7150f396230f53') build() { cd "$pkgname-$pkgver"