From 7d1529ae44ec0768c3c0386af83769bca5736e51 Mon Sep 17 00:00:00 2001 From: networkException Date: Fri, 22 Apr 2022 02:52:25 +0200 Subject: [PATCH] PKGBUILD: Upgrade to 1.1.0 --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index fb00180..eb8d122 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: networkException pkgname=restic-integrity -pkgver=1.0.0 +pkgver=1.1.0 pkgrel=1 pkgdesc="Check the integrity of a restic repository without unlocking it" arch=('x86_64') @@ -9,7 +9,7 @@ license=('BSD') depends=() makedepends=('cargo') source=("$pkgname-$pkgver.tar::https://gitlab.upi.li/networkException/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar") -sha256sums=('34bf68147dc21b9300b37c4596108fd591ba6f3f99ef5f4264feaaf2768f15c2') +sha256sums=('10c8f3ba68f9af1dccac70b345f893c20efb5f3c86ea3e361280e97e60a5e631') build() { cd "$pkgname-$pkgver"