summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Jäschke2022-04-23 13:32:38 +0200
committerJens Jäschke2022-04-23 13:32:38 +0200
commitb0fd68359adbe1c92ec68de9b57c3068c882eb83 (patch)
tree7a54154aca7b3e8aea1780457b9a5ee31e65a60c
parentbdd5480d94b91b76fedd692341b08906e9e357d7 (diff)
downloadaur-b0fd68359adbe1c92ec68de9b57c3068c882eb83.tar.gz
bump to v0.10.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 904f4e7618b0..7e6c8ab8943e 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.6
+ pkgver = 0.10.7
pkgrel = 1
url = https://kopia.io
arch = x86_64
license = APACHE
makedepends = go>=1.17
depends = glibc
- source = kopia-0.10.6.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v0.10.6.tar.gz
- sha256sums = 07df866ff4a2662f503a1348fe02bb62e6cf195260217d7e1234b03ff7b27797
+ source = kopia-0.10.7.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v0.10.7.tar.gz
+ sha256sums = d797330d39c099c10e8d7bdb4654b254790ea180543971214e8aeec31ad66da4
pkgname = kopia
diff --git a/PKGBUILD b/PKGBUILD
index f3374b8c9012..e4a55b475c8b 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.6
+pkgver=0.10.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=('07df866ff4a2662f503a1348fe02bb62e6cf195260217d7e1234b03ff7b27797')
+sha256sums=('d797330d39c099c10e8d7bdb4654b254790ea180543971214e8aeec31ad66da4')
#checksums calculated by packager, no checksums available from upstream for source tarball.
build() {