Skip to content
Snippets Groups Projects
Unverified Commit 21c3d5ee authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

upgpkg: 0.22.0-1

parent fb726317
No related branches found
Tags 0.22.0-1
No related merge requests found
pkgbase = jujutsu
pkgdesc = Git-compatible VCS that is both simple and powerful
pkgver = 0.21.0
pkgver = 0.22.0
pkgrel = 1
url = https://github.com/martinvonz/jj
arch = x86_64
......@@ -15,8 +15,8 @@ pkgbase = jujutsu
depends = libssh2.so
depends = zstd
replaces = jujutsu-bin
source = https://github.com/martinvonz/jj/archive/refs/tags/v0.21.0/jj-0.21.0.tar.gz
sha256sums = c38d98d7db42f08b799f5c51f33cd8454867bc4862a15aa0897b72f2d32eea0a
source = https://github.com/martinvonz/jj/archive/refs/tags/v0.22.0/jj-0.22.0.tar.gz
sha256sums = ed49b1c01ee6086bb782a465a4437e2f1b66f43bcf39c231df2b261091ab114b
pkgname = jujutsu
depends = gcc-libs
......
......@@ -5,7 +5,7 @@
pkgname=jujutsu
_pkgname=jj
pkgver=0.21.0
pkgver=0.22.0
pkgrel=1
pkgdesc='Git-compatible VCS that is both simple and powerful'
arch=(x86_64)
......@@ -21,7 +21,7 @@ replaces=("$pkgname-bin")
makedepends=(cargo)
_archive="$_pkgname-$pkgver"
source=("$url/archive/refs/tags/v$pkgver/$_archive.tar.gz")
sha256sums=('c38d98d7db42f08b799f5c51f33cd8454867bc4862a15aa0897b72f2d32eea0a')
sha256sums=('ed49b1c01ee6086bb782a465a4437e2f1b66f43bcf39c231df2b261091ab114b')
prepare() {
cd "$_archive"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment