From 856358c1c5271a8cdded6b1b713cdaffee43bc59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20J=C3=A4schke?= Date: Sat, 30 Oct 2021 00:25:49 +0200 Subject: [PATCH] version 0.9.4 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5741fd3..a184a33 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.0 - pkgrel = 2 + pkgver = 0.9.4 + pkgrel = 1 url = https://kopia.io arch = x86_64 license = APACHE makedepends = go>=1.17 depends = glibc - source = kopia-0.9.0.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v0.9.0.tar.gz - sha256sums = 6bd13aa488117572f5c61a04e9a8a943707e5165787782c19c6be9a37d8aa847 + source = kopia-0.9.4.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v0.9.4.tar.gz + sha256sums = 7116b151450e97e589ef2b76e4ddbe3166726c78b9b414f98b5ab0160355d27e pkgname = kopia diff --git a/PKGBUILD b/PKGBUILD index 536b78c..03103e5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ pkgname=kopia pkgdesc='A cross-platform backup-tool with encryption, deduplication, compression and cloud support.' -pkgver=0.9.0 -pkgrel=2 +pkgver=0.9.4 +pkgrel=1 arch=('x86_64') url='https://kopia.io' license=('APACHE') @@ -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=('6bd13aa488117572f5c61a04e9a8a943707e5165787782c19c6be9a37d8aa847') +sha256sums=('7116b151450e97e589ef2b76e4ddbe3166726c78b9b414f98b5ab0160355d27e') #checksums calculated by packager, no checksums available from upstream for source tarball. build() {