From ad88932081f78875226c50396a5ba650c787c9e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20J=C3=A4schke?= Date: Sun, 10 Oct 2021 00:25:56 +0200 Subject: [PATCH] Update to version 0.9.0 --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 993107b..29892cc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,13 +2,13 @@ pkgname=kopia pkgdesc='A cross-platform backup-tool with encryption, deduplication, compression and cloud support.' -pkgver=0.8.4 +pkgver=0.9.0 pkgrel=1 arch=('x86_64') url='https://kopia.io' license=('APACHE') depends=('glibc') -makedepends=('go>=1.16') +makedepends=('go>=1.17') #makedepends=('go>=1.15', 'git') # git is needed if we switch to signed git commits/tags in the future #source=("$pkgname-$pkgver::git+https://github.com/kopia/kopia.git#commit=$(git rev-list -n 1 v$pkgver)?signed") # use git commit, if those are signed by a proper key in the future #source=("$pkgname-$pkgver::git+https://github.com/kopia/kopia.git#tag=v$pkgver?signed") # use git tag, if those are signed by a proper key in the future