summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Jäschke2022-02-05 23:19:43 +0100
committerJens Jäschke2022-02-05 23:19:43 +0100
commit0a8d86a23d53aaa804e67f4bf9e5a258ebb67ae8 (patch)
tree58c305ef32448a30c4e211fc02cc0d8cfe7e68bc
parente66dfcc9a5be95e079f468cf2b79400dbb912f4e (diff)
downloadaur-0a8d86a23d53aaa804e67f4bf9e5a258ebb67ae8.tar.gz
update to 10.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2a077126f7a..70860ab4ce65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kopia
pkgdesc = A cross-platform backup-tool with encryption, deduplication, compression and cloud support.
- pkgver = 0.10.1
+ pkgver = 0.10.4
pkgrel = 1
url = https://kopia.io
arch = x86_64
license = APACHE
makedepends = go>=1.17
depends = glibc
- source = kopia-0.10.1.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v0.10.1.tar.gz
- sha256sums = d7c3115862e8ff56d948eef45eff89bac7867c9ae68e39d4142158d72a039d91
+ source = kopia-0.10.4.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v0.10.4.tar.gz
+ sha256sums = 95921c9ea6036ede0d6007e2d630bb3cf04e21ffb65b2ce580ac9201ea569401
pkgname = kopia
diff --git a/PKGBUILD b/PKGBUILD
index 2ea328b73669..0b3207a914e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kopia
pkgdesc='A cross-platform backup-tool with encryption, deduplication, compression and cloud support.'
-pkgver=0.10.1
+pkgver=0.10.4
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=('d7c3115862e8ff56d948eef45eff89bac7867c9ae68e39d4142158d72a039d91')
+sha256sums=('95921c9ea6036ede0d6007e2d630bb3cf04e21ffb65b2ce580ac9201ea569401')
#checksums calculated by packager, no checksums available from upstream for source tarball.
build() {