Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / jujutsu
Commits: 280921b7 by Caleb Maclennan at 2024-12-05T12:43:08+03:00 upgpkg: 0.24.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = jujutsu pkgdesc = Git-compatible VCS that is both simple and powerful - pkgver = 0.23.0 + pkgver = 0.24.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.23.0/jj-0.23.0.tar.gz - sha256sums = 18e0cc5600c06e940defce0a23ab4b29885bac265f94176603e5f8f926ed000e + source = https://github.com/martinvonz/jj/archive/refs/tags/v0.24.0/jj-0.24.0.tar.gz + sha256sums = c0e92ec25b7500deec2379a95ab655c6c92021cf4ccb29511fee2377e37b35d6 pkgname = jujutsu depends = gcc-libs ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=jujutsu _pkgname=jj -pkgver=0.23.0 +pkgver=0.24.0 pkgrel=1 pkgdesc='Git-compatible VCS that is both simple and powerful' arch=(x86_64) @@ -22,7 +22,7 @@ replaces=("$pkgname-bin") makedepends=(cargo) _archive="$_pkgname-$pkgver" source=("$url/archive/refs/tags/v$pkgver/$_archive.tar.gz") -sha256sums=('18e0cc5600c06e940defce0a23ab4b29885bac265f94176603e5f8f926ed000e') +sha256sums=('c0e92ec25b7500deec2379a95ab655c6c92021cf4ccb29511fee2377e37b35d6') prepare() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/280921b7af11358369dbb8ce619a9eba8e298f25 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/280921b7af11358369dbb8ce619a9eba8e298f25 You're receiving this email because of your account on gitlab.archlinux.org.