summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJens Jäschke2022-02-19 17:23:34 +0100
committerJens Jäschke2022-02-19 17:23:34 +0100
commit709e93a74d488023d2e4401865a2b12e9f04c0ab (patch)
treed5f246582c7226c723e3216ce62bc69e29fe504a /PKGBUILD
parent0a8d86a23d53aaa804e67f4bf9e5a258ebb67ae8 (diff)
downloadaur-709e93a74d488023d2e4401865a2b12e9f04c0ab.tar.gz
bump to v10.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b3207a914e3..eb3ad16ba431 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.10.4
+pkgver=0.10.5
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=('95921c9ea6036ede0d6007e2d630bb3cf04e21ffb65b2ce580ac9201ea569401')
+sha256sums=('3d6418e6909050204078e389fe2ecb3e6080e3185378eba243c4101cc873c770')
#checksums calculated by packager, no checksums available from upstream for source tarball.
build() {