From 99220175bd2012a0b0519cd9df7d3907a9a0bfee Mon Sep 17 00:00:00 2001 From: Martin Dimov Date: Thu, 25 Jan 2024 06:25:15 +0200 Subject: [PATCH] tiny: update to 0.12.0. --- srcpkgs/tiny/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tiny/template b/srcpkgs/tiny/template index 1feedca59e99a..c1cabf35a14c6 100644 --- a/srcpkgs/tiny/template +++ b/srcpkgs/tiny/template @@ -1,7 +1,7 @@ # Template file for 'tiny' pkgname=tiny -version=0.11.0 -revision=2 +version=0.12.0 +revision=1 build_wrksrc="crates/tiny" build_style=cargo configure_args="--no-default-features --features=desktop-notifications --features=tls-native" @@ -13,7 +13,7 @@ license="MIT" homepage="https://github.com/osa1/tiny" changelog="https://raw.githubusercontent.com/osa1/tiny/master/CHANGELOG.md" distfiles="https://github.com/osa1/tiny/archive/refs/tags/v${version}.tar.gz" -checksum=4bd412760a35ff41220ab918702d003c710379537db9621477f63ee201a68440 +checksum=95406a234fe4c7013edab622970e89a5b56d4441fb5c1ec871a992fc6ee8db7a pre_build() { # fixes an indexmap error when cross compiling