diff --git a/srcpkgs/just/template b/srcpkgs/just/template index 087f95b4036..a8428aac9af 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 # test fails when run as root # Fix failing test pre_check() {