upgpkg: kopia 0.17.0-1

upstream release
This commit is contained in:
Christian Heusel
2024-04-16 10:09:06 +02:00
parent 361c105fa6
commit 2300123720
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = kopia
pkgdesc = A cross-platform backup-tool with encryption, deduplication, compression and cloud support.
pkgver = 0.16.1
pkgver = 0.17.0
pkgrel = 1
url = https://kopia.io
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = kopia
checkdepends = inetutils
makedepends = go
depends = glibc
source = kopia-0.16.1.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v0.16.1.tar.gz
sha256sums = 1f0c815b0e94364f8f832cc7630cc25c6e42d58f32858a81c43f9d0f0ffc3728
source = kopia-0.17.0.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v0.17.0.tar.gz
sha256sums = 58fce2e5ef008331e9182b8ae3a1a7a5dff4863f97cc476a54c8c67b43fd7c82
pkgname = kopia

View File

@@ -3,7 +3,7 @@
pkgname=kopia
pkgdesc='A cross-platform backup-tool with encryption, deduplication, compression and cloud support.'
pkgver=0.16.1
pkgver=0.17.0
pkgrel=1
arch=('x86_64')
url='https://kopia.io'
@@ -12,7 +12,7 @@ depends=('glibc')
makedepends=('go')
checkdepends=('openssh' 'inetutils')
source=("$pkgname-$pkgver.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('1f0c815b0e94364f8f832cc7630cc25c6e42d58f32858a81c43f9d0f0ffc3728')
sha256sums=('58fce2e5ef008331e9182b8ae3a1a7a5dff4863f97cc476a54c8c67b43fd7c82')
build() {
cd $pkgname-$pkgver