From 2a68557bd41367539020d4fbdb0dd76d6957d505 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sun, 30 Apr 2023 22:23:20 +0200 Subject: [PATCH] topgrade: update to 11.0.0 --- srcpkgs/topgrade/patches/fix-cargo-lock.patch | 13 +++++++++++++ srcpkgs/topgrade/template | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/topgrade/patches/fix-cargo-lock.patch diff --git a/srcpkgs/topgrade/patches/fix-cargo-lock.patch b/srcpkgs/topgrade/patches/fix-cargo-lock.patch new file mode 100644 index 000000000000..6474b4aefe14 --- /dev/null +++ b/srcpkgs/topgrade/patches/fix-cargo-lock.patch @@ -0,0 +1,13 @@ +diff --git a/Cargo.lock b/Cargo.lock +index 31af5cf..86dc8de 100644 +--- a/Cargo.lock ++++ b/Cargo.lock +@@ -2055,7 +2055,7 @@ dependencies = [ + + [[package]] + name = "topgrade" +-version = "10.3.3" ++version = "11.0.0" + dependencies = [ + "cfg-if", + "chrono", diff --git a/srcpkgs/topgrade/template b/srcpkgs/topgrade/template index 6995c8a7b429..9dac74bdd506 100644 --- a/srcpkgs/topgrade/template +++ b/srcpkgs/topgrade/template @@ -1,6 +1,6 @@ # Template file for 'topgrade' pkgname=topgrade -version=10.3.3 +version=11.0.0 revision=1 build_style=cargo build_helper=qemu @@ -9,7 +9,7 @@ maintainer="jcgruenhage " license="GPL-3.0-only" homepage="https://github.com/topgrade-rs/topgrade" distfiles="https://github.com/topgrade-rs/topgrade/archive/refs/tags/v${version}.tar.gz" -checksum=a6477aeade723aa16b0e4e03d4ea4b905fb256823ef578cf7c7e3ee24cca01ca +checksum=cd80872d6972cb495df178f4290b29abdc6d7bb22a8de788509884180dc21545 post_install() { local topgrade="${DESTDIR}/usr/bin/topgrade"