summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Heusel2023-10-22 10:46:51 +0200
committerChristian Heusel2023-10-22 10:46:51 +0200
commit555e66a82524e163714f5704f19ecb4628f95aba (patch)
tree9ab5fe217451ffec7dad7393e01a1b1797c21f4c /PKGBUILD
parenta10afbb6d5178b6a2f8eb8cd98cfa5e0fb42b2a3 (diff)
downloadaur-555e66a82524e163714f5704f19ecb4628f95aba.tar.gz
upgpkg: kopia 0.15.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a67e7ae637e7..4f0de515a7a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kopia
pkgdesc='A cross-platform backup-tool with encryption, deduplication, compression and cloud support.'
-pkgver=0.14.1
+pkgver=0.15.0
pkgrel=1
arch=('x86_64')
url='https://kopia.io'
@@ -11,7 +11,7 @@ license=('APACHE')
makedepends=('go')
checkdepends=('openssh' 'inetutils')
source=("$pkgname-$pkgver.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('87a5b14a34a1ab0ee03d82c5aefc6934f348b67c1c59723ad39bf05ae54b3416')
+sha256sums=('7000f6999ea8d1975645293c3f4f3ba25583ba13d3095aef3cf274251b36b75f')
build() {
cd $pkgname-$pkgver