Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

just: update to 1.7.0 #40200

Merged
merged 1 commit into from
Oct 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/just/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'just'
pkgname=just
version=1.6.0
version=1.7.0
revision=1
build_style=cargo
short_desc="Just a command runner"
Expand All @@ -9,7 +9,7 @@ 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=d33e656843bc280795373249f5f23f2d6c87aee9dd970058a1c6257b2843bd9d
checksum=64e3efa2ef30d41ec896d4accaa1ebf6c331a787447bf8e37c53bb0ada02359f
make_check=ci-skip # test fails when run as root

# Fix failing test
Expand Down