From f843fb35ee612f37e88e6abca46d6d2a031579c7 Mon Sep 17 00:00:00 2001 From: rooyca Date: Thu, 14 Aug 2025 19:27:00 -0500 Subject: [PATCH] tiny: update to 0.13.0. --- srcpkgs/tiny/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tiny/template b/srcpkgs/tiny/template index c1cabf35a14..31ece41b731 100644 --- a/srcpkgs/tiny/template +++ b/srcpkgs/tiny/template @@ -1,6 +1,6 @@ # Template file for 'tiny' pkgname=tiny -version=0.12.0 +version=0.13.0 revision=1 build_wrksrc="crates/tiny" build_style=cargo @@ -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=95406a234fe4c7013edab622970e89a5b56d4441fb5c1ec871a992fc6ee8db7a +checksum=599697fa736d7500b093566a32204691093bd16abd76f43a76b761487a7c584c pre_build() { # fixes an indexmap error when cross compiling