From 8f60170bd6130f7b2fd9a425c9bd905cb40cdf2c Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 21 Oct 2021 20:55:48 -0400 Subject: [PATCH] just: update to 0.10.2 --- srcpkgs/just/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/just/template b/srcpkgs/just/template index 087f95b40364..a3bb69fbae10 100644 --- a/srcpkgs/just/template +++ b/srcpkgs/just/template @@ -1,6 +1,6 @@ # Template file for 'just' pkgname=just -version=0.9.2 +version=0.10.2 revision=1 build_style=cargo short_desc="Just a command runner" @@ -8,8 +8,9 @@ maintainer="Wilson Birney " license="CC0-1.0" homepage="https://github.com/casey/just" changelog="https://raw.githubusercontent.com/casey/just/master/CHANGELOG.md" -distfiles="https://github.com/casey/just/archive/v${version}.tar.gz" -checksum=0f064d0ea9f3d8bbcd84c5e6a85243738bdb6f49d059f589fd6928c64ea6fb64 +distfiles="https://github.com/casey/just/archive/refs/tags/${version}.tar.gz" +checksum=7be0c7f895191407c70affedc8640fcbc64b50cf72d4d301a1f2391e12478f14 +make_check=ci-skip # https://github.com/void-linux/void-packages/runs/3970316486?check_suite_focus=true # Fix failing test pre_check() {