Skip to content
Snippets Groups Projects
Verified Commit b44cea53 authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

upgpkg: 0.19.0-1

parent 75d1bf23
No related branches found
Tags 0.3.1-1
No related merge requests found
pkgbase = jujutsu
pkgdesc = Git-compatible VCS that is both simple and powerful
pkgver = 0.18.0
pkgver = 0.19.0
pkgrel = 1
url = https://github.com/martinvonz/jj
arch = x86_64
......@@ -12,8 +12,8 @@ pkgbase = jujutsu
depends = libgit2
depends = zstd
replaces = jujutsu-bin
source = https://github.com/martinvonz/jj/archive/refs/tags/v0.18.0/jj-0.18.0.tar.gz
sha256sums = 3e07ba61974e05daa604bdd5a31ec0aaad52e16226dabb380916b8e7e7702b9b
source = https://github.com/martinvonz/jj/archive/refs/tags/v0.19.0/jj-0.19.0.tar.gz
sha256sums = d0b9db21894e65ec80fd7999f99023f1e65d15fa16b4ec76881247d9cd56dc55
pkgname = jujutsu
depends = gcc-libs
......
......@@ -5,7 +5,7 @@
pkgname=jujutsu
_pkgname=jj
pkgver=0.18.0
pkgver=0.19.0
pkgrel=1
pkgdesc='Git-compatible VCS that is both simple and powerful'
arch=(x86_64)
......@@ -20,7 +20,7 @@ replaces=("$pkgname-bin")
makedepends=(cargo)
_archive="$_pkgname-$pkgver"
source=("$url/archive/refs/tags/v$pkgver/$_archive.tar.gz")
sha256sums=('3e07ba61974e05daa604bdd5a31ec0aaad52e16226dabb380916b8e7e7702b9b')
sha256sums=('d0b9db21894e65ec80fd7999f99023f1e65d15fa16b4ec76881247d9cd56dc55')
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