summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJens Jäschke2022-01-14 12:42:22 +0100
committerJens Jäschke2022-01-14 12:42:22 +0100
commitcd79832d3cc96a0c93b65b1eb78009a3be4751a3 (patch)
tree14f1eaf8400373d7ea57721b87fa3821a12606de /PKGBUILD
parent4e47164aead6937560d5e9faeef49860b9aa6ccb (diff)
downloadaur-cd79832d3cc96a0c93b65b1eb78009a3be4751a3.tar.gz
update to v0.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebdc7de16a70..46b780b0245f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kopia
pkgdesc='A cross-platform backup-tool with encryption, deduplication, compression and cloud support.'
-pkgver=0.9.8
+pkgver=0.10.0
pkgrel=1
arch=('x86_64')
url='https://kopia.io'
@@ -13,7 +13,7 @@ makedepends=('go>=1.17')
#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
source=("$pkgname-$pkgver.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v$pkgver.tar.gz") # use unsigned tarball for now.
-sha256sums=('855a785778442322c4ef5de7ba666879906dac7e3d6d04746f97bb4694f6c82b')
+sha256sums=('a1dc2354fedb4f07393a2a676985b756eb87b8558f185b71ce4bce5289a7d8e1')
#checksums calculated by packager, no checksums available from upstream for source tarball.
build() {