upgpkg: kopia 0.20.1-1

upstream release
This commit is contained in:
Christian Heusel
2025-05-26 02:20:51 +02:00
parent b678451243
commit 0e104d0163
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.20.0
pkgver = 0.20.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.20.0.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v0.20.0.tar.gz
sha256sums = 267fa37983ffac6502bcf244b4f79822f442e1b0d67cb20ac2fc0db590c426de
source = kopia-0.20.1.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v0.20.1.tar.gz
sha256sums = c569e9a243f488c22f95ce56bf496a4a427499c1ff8b549df78f31275eb5343e
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.20.0
pkgver=0.20.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=('267fa37983ffac6502bcf244b4f79822f442e1b0d67cb20ac2fc0db590c426de')
sha256sums=('c569e9a243f488c22f95ce56bf496a4a427499c1ff8b549df78f31275eb5343e')
build() {
cd $pkgname-$pkgver