From 11b4a0215e445150fccf3600eddcd74bef5176a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20J=C3=A4schke?= Date: Sun, 7 Nov 2021 23:15:01 +0100 Subject: [PATCH] update to 0.9.5 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a184a33..cb15f3a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = kopia pkgdesc = A cross-platform backup-tool with encryption, deduplication, compression and cloud support. - pkgver = 0.9.4 + pkgver = 0.9.5 pkgrel = 1 url = https://kopia.io arch = x86_64 license = APACHE makedepends = go>=1.17 depends = glibc - source = kopia-0.9.4.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v0.9.4.tar.gz - sha256sums = 7116b151450e97e589ef2b76e4ddbe3166726c78b9b414f98b5ab0160355d27e + source = kopia-0.9.5.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v0.9.5.tar.gz + sha256sums = 61721977b1b9f3f327dd8a80587e90328efd7b8d939df008c26b5d9558887007 pkgname = kopia diff --git a/PKGBUILD b/PKGBUILD index 03103e5..560e315 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.4 +pkgver=0.9.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=('7116b151450e97e589ef2b76e4ddbe3166726c78b9b414f98b5ab0160355d27e') +sha256sums=('61721977b1b9f3f327dd8a80587e90328efd7b8d939df008c26b5d9558887007') #checksums calculated by packager, no checksums available from upstream for source tarball. build() {