From 84b7229a6eb8fabd5dcb9a9891091cdc468af72a Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 21 Oct 2021 19:52:59 -0400 Subject: [PATCH] just: update to 0.10.2 --- srcpkgs/just/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/just/template b/srcpkgs/just/template index 087f95b40364..6efa3bcdd498 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,8 @@ 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 # Fix failing test pre_check() {