summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJens Jäschke2021-10-10 00:25:56 +0200
committerJens Jäschke2021-10-10 00:25:56 +0200
commitad88932081f78875226c50396a5ba650c787c9e8 (patch)
tree4ddaa5e523f5c23dfeb09f041142c5836d5a765a /PKGBUILD
parent2caedbefaeeed044bee3931b5fc186531b83b455 (diff)
downloadaur-ad88932081f78875226c50396a5ba650c787c9e8.tar.gz
Update to version 0.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 993107b207ba..29892cccfcd7 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