Update to 0.10.5
This commit is contained in:
parent
3d613cc5e8
commit
54db4c2663
14
.SRCINFO
14
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = kopia-ui-bin
|
||||
pkgdesc = A cross-platform backup-tool with encryption, deduplication, compression and cloud support.
|
||||
pkgver = 0.10.4
|
||||
pkgver = 0.10.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/kopia/kopia/
|
||||
arch = x86_64
|
||||
@ -11,11 +11,11 @@ pkgbase = kopia-ui-bin
|
||||
conflicts = kopia-ui
|
||||
source = app-update.yml
|
||||
sha256sums = 6e04ed70f54a3d70c22240cd6e4f65df4ad2f3e8aa1608aca20dc91c594bd83b
|
||||
source_x86_64 = https://github.com/kopia/kopia/releases/download/v0.10.4/kopia-ui_0.10.4_amd64.deb
|
||||
sha256sums_x86_64 = 51b5136bb03251bb32fd7292be145c607db7911a6a88edee4c693c93c9df24f6
|
||||
source_aarch64 = https://github.com/kopia/kopia/releases/download/v0.10.4/kopia-ui_0.10.4_arm64.deb
|
||||
sha256sums_aarch64 = e5767650e101e496aaf7a9c89ce063f60aa2e09a7e995eb6b5839ad779d083b5
|
||||
source_armv7h = https://github.com/kopia/kopia/releases/download/v0.10.4/kopia-ui_0.10.4_armv7l.deb
|
||||
sha256sums_armv7h = 518e90abd71f7f2e6ab5877b1f35e41064af0a39ffe68a17493748b6660e6a9b
|
||||
source_x86_64 = https://github.com/kopia/kopia/releases/download/v0.10.5/kopia-ui_0.10.5_amd64.deb
|
||||
sha256sums_x86_64 = 863019a05efcb2b1f12d727442e8c1bde7d6cb60da32edfb3cdbe50f7083fd0a
|
||||
source_aarch64 = https://github.com/kopia/kopia/releases/download/v0.10.5/kopia-ui_0.10.5_arm64.deb
|
||||
sha256sums_aarch64 = ad161bd1d5ebe3483a63f0bfcda964159eaa65b8df7a74aebd94e97179d94fdf
|
||||
source_armv7h = https://github.com/kopia/kopia/releases/download/v0.10.5/kopia-ui_0.10.5_armv7l.deb
|
||||
sha256sums_armv7h = ef87e03e7c710534a8170d13875bf794d2f882cc74978a6308ef3fc64c983490
|
||||
|
||||
pkgname = kopia-ui-bin
|
||||
|
8
PKGBUILD
8
PKGBUILD
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=kopia-ui-bin
|
||||
pkgdesc='A cross-platform backup-tool with encryption, deduplication, compression and cloud support.'
|
||||
pkgver=0.10.4
|
||||
pkgver=0.10.5
|
||||
# Uncomment for releases with hyphens
|
||||
# _pkgver=$(echo "$pkgver" | tr '~' -)
|
||||
pkgrel=1
|
||||
@ -16,9 +16,9 @@ source_x86_64=("https://github.com/kopia/kopia/releases/download/v$pkgver/${pkgn
|
||||
source_aarch64=("https://github.com/kopia/kopia/releases/download/v$pkgver/${pkgname%-bin}_${pkgver}_arm64.deb")
|
||||
source_armv7h=("https://github.com/kopia/kopia/releases/download/v$pkgver/${pkgname%-bin}_${pkgver}_armv7l.deb")
|
||||
sha256sums=('6e04ed70f54a3d70c22240cd6e4f65df4ad2f3e8aa1608aca20dc91c594bd83b')
|
||||
sha256sums_x86_64=('51b5136bb03251bb32fd7292be145c607db7911a6a88edee4c693c93c9df24f6')
|
||||
sha256sums_aarch64=('e5767650e101e496aaf7a9c89ce063f60aa2e09a7e995eb6b5839ad779d083b5')
|
||||
sha256sums_armv7h=('518e90abd71f7f2e6ab5877b1f35e41064af0a39ffe68a17493748b6660e6a9b')
|
||||
sha256sums_x86_64=('863019a05efcb2b1f12d727442e8c1bde7d6cb60da32edfb3cdbe50f7083fd0a')
|
||||
sha256sums_aarch64=('ad161bd1d5ebe3483a63f0bfcda964159eaa65b8df7a74aebd94e97179d94fdf')
|
||||
sha256sums_armv7h=('ef87e03e7c710534a8170d13875bf794d2f882cc74978a6308ef3fc64c983490')
|
||||
|
||||
package() {
|
||||
tar -xf data.tar.xz -C "$pkgdir"
|
||||
|
Loading…
Reference in New Issue
Block a user