PKGBUILD: Upgrade to 1.2.0
This commit is contained in:
parent
7c5a1e9e6e
commit
9576f922a6
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: networkException <git@nwex.de>
|
||||
pkgname=restic-integrity
|
||||
pkgver=1.1.0
|
||||
pkgver=1.2.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=('10c8f3ba68f9af1dccac70b345f893c20efb5f3c86ea3e361280e97e60a5e631')
|
||||
sha256sums=('bdfee19a7a94bdf496eb523a6178044b85c6f0a967bba5acdb8ca3b656b897b4')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue