upgpkg: kopia 0.21.1-1

upstream release
This commit is contained in:
Christian Heusel
2025-07-22 09:23:41 +02:00
parent 40432c2c02
commit 90ebd8be81
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.21.0
pkgver = 0.21.1
pkgrel = 1
url = https://kopia.io
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = kopia
checkdepends = inetutils
makedepends = go
depends = glibc
source = kopia-0.21.0.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v0.21.0.tar.gz
sha256sums = 6ad48afc6c23e2d796144edc6c6da4f3ede9d7f22b2d43a1071f9d6522bb6e71
source = kopia-0.21.1.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v0.21.1.tar.gz
sha256sums = 46a9744b6d82d1e74ef14f3dafb1fbb78a59233708c56c1e5e955207d2e3aed2
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.21.0
pkgver=0.21.1
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=('6ad48afc6c23e2d796144edc6c6da4f3ede9d7f22b2d43a1071f9d6522bb6e71')
sha256sums=('46a9744b6d82d1e74ef14f3dafb1fbb78a59233708c56c1e5e955207d2e3aed2')
build() {
cd $pkgname-$pkgver