Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
jujutsu


Commits:
3b6c3737 by Caleb Maclennan at 2024-05-02T09:27:34+03:00
upgpkg: 0.17.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = jujutsu
        pkgdesc = Git-compatible VCS that is both simple and powerful
-       pkgver = 0.16.0
-       pkgrel = 4
+       pkgver = 0.17.0
+       pkgrel = 1
        url = https://github.com/martinvonz/jj
        arch = x86_64
        license = Apache-2.0
@@ -13,7 +13,7 @@ pkgbase = jujutsu
        depends = libgit2.so
        depends = zstd
        replaces = jujutsu-bin
-       source = 
https://github.com/martinvonz/jj/archive/refs/tags/v0.16.0/jj-0.16.0.tar.gz
-       sha256sums = 
e6094982c8e5902c33b0505bbb0e4e4c35c249f2a36108655002dc7d06de7d4a
+       source = 
https://github.com/martinvonz/jj/archive/refs/tags/v0.17.0/jj-0.17.0.tar.gz
+       sha256sums = 
855c78912fc8ae22ec96de926605ac2bc4bbdb48c572a7a7fe386e8fb9aa0bb1
 
 pkgname = jujutsu


=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
 
 pkgname=jujutsu
 _pkgname=jj
-pkgver=0.16.0
-pkgrel=4
+pkgver=0.17.0
+pkgrel=1
 pkgdesc='Git-compatible VCS that is both simple and powerful'
 arch=(x86_64)
 url="https://github.com/martinvonz/$_pkgname";
@@ -20,7 +20,7 @@ replaces=("$pkgname-bin")
 makedepends=(cargo)
 _archive="$_pkgname-$pkgver"
 source=("$url/archive/refs/tags/v$pkgver/$_archive.tar.gz")
-sha256sums=('e6094982c8e5902c33b0505bbb0e4e4c35c249f2a36108655002dc7d06de7d4a')
+sha256sums=('855c78912fc8ae22ec96de926605ac2bc4bbdb48c572a7a7fe386e8fb9aa0bb1')
 
 prepare() {
        cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/3b6c373727b4effd0a4ec64cb84b5b4b5dde0d43

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/3b6c373727b4effd0a4ec64cb84b5b4b5dde0d43
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to