mirror of
https://aur.archlinux.org/kopia.git
synced 2025-08-14 17:09:27 +02:00
upgrade to version 0.9.7
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=kopia
|
||||
pkgdesc='A cross-platform backup-tool with encryption, deduplication, compression and cloud support.'
|
||||
pkgver=0.9.5
|
||||
pkgver=0.9.7
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url='https://kopia.io'
|
||||
@@ -13,7 +13,7 @@ makedepends=('go>=1.17')
|
||||
#source=("$pkgname-$pkgver::git+https://github.com/kopia/kopia.git#commit=$(git rev-list -n 1 v$pkgver)?signed") # use git commit, if those are signed by a proper key in the future
|
||||
#source=("$pkgname-$pkgver::git+https://github.com/kopia/kopia.git#tag=v$pkgver?signed") # use git tag, if those are signed by a proper key in the future
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v$pkgver.tar.gz") # use unsigned tarball for now.
|
||||
sha256sums=('61721977b1b9f3f327dd8a80587e90328efd7b8d939df008c26b5d9558887007')
|
||||
sha256sums=('a32538ead0867de84e89cefb24387c6dd8f150ff31ec49cb5a2fb21c543b0ee6')
|
||||
#checksums calculated by packager, no checksums available from upstream for source tarball.
|
||||
|
||||
build() {
|
||||
|
Reference in New Issue
Block a user