From f7bd158d88fc2009decdc2a370416de36b1d6416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pola=C5=84ski?= Date: Mon, 23 Oct 2023 23:23:49 +0200 Subject: [PATCH] testing/rustic: upgrade to 0.6.0 --- testing/rustic/APKBUILD | 11 +++++++---- testing/rustic/cargo-lock.patch | 11 +++++++++++ 2 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 testing/rustic/cargo-lock.patch diff --git a/testing/rustic/APKBUILD b/testing/rustic/APKBUILD index bec804ba323..a9247001ea2 100644 --- a/testing/rustic/APKBUILD +++ b/testing/rustic/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Michał Polański 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 " diff --git a/testing/rustic/cargo-lock.patch b/testing/rustic/cargo-lock.patch new file mode 100644 index 00000000000..c3eaa9e95c0 --- /dev/null +++ b/testing/rustic/cargo-lock.patch @@ -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",