upgpkg: kopia 0.18.0-1

upstream release
This commit is contained in:
Christian Heusel
2024-11-17 14:03:49 +01:00
parent 2300123720
commit b07d02f5e4
3 changed files with 9 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.17.0
pkgver = 0.18.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.17.0.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v0.17.0.tar.gz
sha256sums = 58fce2e5ef008331e9182b8ae3a1a7a5dff4863f97cc476a54c8c67b43fd7c82
source = kopia-0.18.0.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v0.18.0.tar.gz
sha256sums = 9163d157bd4e486254715eda278f36435975dcaf62be8d26b004c7ff2cbc3d0c
pkgname = kopia

4
.nvchecker.toml Normal file
View File

@@ -0,0 +1,4 @@
[kopia]
source = "git"
git = "https://github.com/kopia/kopia.git"
prefix = "v"

View File

@@ -3,7 +3,7 @@
pkgname=kopia
pkgdesc='A cross-platform backup-tool with encryption, deduplication, compression and cloud support.'
pkgver=0.17.0
pkgver=0.18.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=('58fce2e5ef008331e9182b8ae3a1a7a5dff4863f97cc476a54c8c67b43fd7c82')
sha256sums=('9163d157bd4e486254715eda278f36435975dcaf62be8d26b004c7ff2cbc3d0c')
build() {
cd $pkgname-$pkgver