From 314a4f84e806c55389e7c6627bdd49f97e6e2b9d Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sun, 27 Feb 2022 18:34:43 -0500 Subject: [PATCH] just: update to 1.0.0. --- srcpkgs/just/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/just/template b/srcpkgs/just/template index 98cd84864b92..8c775ccb48bb 100644 --- a/srcpkgs/just/template +++ b/srcpkgs/just/template @@ -1,6 +1,6 @@ # Template file for 'just' pkgname=just -version=0.10.5 +version=1.0.0 revision=1 build_style=cargo short_desc="Just a command runner" @@ -9,8 +9,8 @@ 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/refs/tags/${version}.tar.gz" -checksum=02e452c0045879161ce820dc66e60d10b3e2cb9b8b152ff86cdd9221eb65d1b2 -make_check=ci-skip # test fails when run as root +checksum=19134e517976678a8f2e8fbff0eef79667c608ca09c0b7d3f96dd4197d9bb98b +#make_check=ci-skip # test fails when run as root # Fix failing test pre_check() {