From 1927fe08689fa2ab188c4c5efe7f480f231ffb05 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Tue, 8 Apr 2025 20:29:32 +0200 Subject: [PATCH] atuin: update to 18.5.0 --- srcpkgs/atuin/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template index 75ed1a58414..3ad3b2ce695 100644 --- a/srcpkgs/atuin/template +++ b/srcpkgs/atuin/template @@ -1,6 +1,6 @@ # Template file for 'atuin' pkgname=atuin -version=18.4.0 +version=18.5.0 revision=1 build_style=cargo build_helper=qemu @@ -18,7 +18,12 @@ license="MIT" homepage="https://atuin.sh" changelog="https://raw.githubusercontent.com/atuinsh/atuin/main/CHANGELOG.md" distfiles="https://github.com/atuinsh/atuin/archive/refs/tags/v${version}.tar.gz" -checksum=de6d2bcf10de4d757916c7e92a70f15929fc1dea75abc4df09b0baedf26a53b2 +checksum=f3744e8dfee2c7089ac140cb8aafe01e5d77a2299097a2cc0a42db26d127340a + +post_patch() { + cargo update --package ring@0.17.14 --precise 0.17.9 + cargo update --package cc@1.2.16 --precise 1.1.37 +} post_install() { vlicense LICENSE