diff --git a/user/jj/template.py b/user/jj/template.py index e19861ad9f..40582352c3 100644 --- a/user/jj/template.py +++ b/user/jj/template.py @@ -1,5 +1,5 @@ pkgname = "jj" -pkgver = "0.21.0" +pkgver = "0.22.0" pkgrel = 0 build_style = "cargo" hostmakedepends = [ @@ -19,7 +19,7 @@ license = "Apache-2.0" url = "https://martinvonz.github.io/jj" source = f"https://github.com/martinvonz/jj/archive/refs/tags/v{pkgver}.tar.gz" -sha256 = "c38d98d7db42f08b799f5c51f33cd8454867bc4862a15aa0897b72f2d32eea0a" +sha256 = "ed49b1c01ee6086bb782a465a4437e2f1b66f43bcf39c231df2b261091ab114b" # generates completions with host binary options = ["!cross"]