From 3660e8a7247caa58c2b501531125efacd792a85c Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 18 Mar 2024 12:11:32 -0400 Subject: [PATCH] rink: update to 0.7.0 --- srcpkgs/rink/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/rink/template b/srcpkgs/rink/template index 323667a9d162db..50bf902d895cd2 100644 --- a/srcpkgs/rink/template +++ b/srcpkgs/rink/template @@ -1,9 +1,9 @@ # Template file for 'rink' pkgname=rink -version=0.6.3 -revision=2 +version=0.7.0 +revision=1 build_style=cargo -make_install_args="--path ./cli" +make_install_args="--path cli" hostmakedepends="pkg-config" makedepends="openssl-devel" short_desc="Unit-aware calculator and conversion tool" @@ -12,7 +12,7 @@ license="MPL-2.0, GPL-3.0-only" homepage="https://github.com/tiffany352/rink-rs" changelog="https://github.com/tiffany352/rink-rs/releases" distfiles="https://github.com/tiffany352/rink-rs/archive/refs/tags/v${version}.tar.gz" -checksum=49431c12f57d58090b9f5f7f899e98bebffaeed8ca69b5ee140aad4b1c1d9dc8 +checksum=fdee7e4227515927b4038bfb647f22733e799603b0d324124b7fcd02484e7146 case "$XBPS_TARGET_MACHINE" in ppc64le*) ;;