mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/rustic: upgrade to 0.6.0
This commit is contained in:
parent
30346f49d5
commit
f7bd158d88
@ -2,8 +2,8 @@
|
||||
# Maintainer: Michał Polański <michal@polanski.me>
|
||||
pkgname=rustic
|
||||
# NOTE: do not move out of the testing repository until upstream says it's no longer beta-quality software
|
||||
pkgver=0.5.4
|
||||
pkgrel=1
|
||||
pkgver=0.6.0
|
||||
pkgrel=0
|
||||
pkgdesc="Fast, encrypted, deduplicated backups"
|
||||
url="https://github.com/rustic-rs/rustic"
|
||||
license="MIT OR Apache-2.0"
|
||||
@ -15,7 +15,9 @@ subpackages="
|
||||
$pkgname-fish-completion
|
||||
$pkgname-zsh-completion
|
||||
"
|
||||
source="https://github.com/rustic-rs/rustic/archive/v$pkgver/rustic-$pkgver.tar.gz"
|
||||
source="https://github.com/rustic-rs/rustic/archive/v$pkgver/rustic-$pkgver.tar.gz
|
||||
cargo-lock.patch
|
||||
"
|
||||
options="net" # fetch dependencies
|
||||
|
||||
|
||||
@ -46,5 +48,6 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
6dffb26f17ebd5145cd3cff989dbb8439639362880e2e47dd997a99b0eae78e8f07858bb1cde81404ab07658dd5b1c59007b01ccaf6f6a69f98e903cf4e84cbc rustic-0.5.4.tar.gz
|
||||
a83585cc6e37b51a7c57197d68c5d2779f7f2988b9d069871a20018e5264f8f735bac1050c1f67386b34ba7d6b4ab4f79e531a94ea31e557b46ea3542a7e1b98 rustic-0.6.0.tar.gz
|
||||
0866d2689a7acc5d31b7c369de098aea1078afa873410ee02a5f8c101e63b84b7bb771ec546c143b1f12761d21eb3c8ae78ea0a8fa2cde035fe63e30c09bd1bf cargo-lock.patch
|
||||
"
|
||||
|
||||
11
testing/rustic/cargo-lock.patch
Normal file
11
testing/rustic/cargo-lock.patch
Normal file
@ -0,0 +1,11 @@
|
||||
index fab1060..c14f750 100644
|
||||
--- a/Cargo.lock
|
||||
+++ b/Cargo.lock
|
||||
@@ -2151,7 +2151,6 @@ dependencies = [
|
||||
"log",
|
||||
"merge",
|
||||
"mimalloc",
|
||||
- "nix",
|
||||
"once_cell",
|
||||
"pretty_assertions",
|
||||
"rhai",
|
||||
Loading…
x
Reference in New Issue
Block a user