Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / dust
Commits: 5cf9f279 by Caleb Maclennan at 2025-07-07T14:42:18+03:00 upgpkg: 1.2.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = dust pkgdesc = A more intuitive version of du in rust - pkgver = 1.2.1 + pkgver = 1.2.2 pkgrel = 1 url = https://github.com/bootandy/dust arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = dust makedepends = git depends = gcc-libs depends = glibc - source = dust::git+https://github.com/bootandy/dust#tag=v1.2.1 - sha256sums = fc74fe7645e948ad37db59df1fdbdffb792232cd7f467d1937dfeddff2afe8c1 + source = dust::git+https://github.com/bootandy/dust#tag=v1.2.2 + sha256sums = 40cfdffcff40b894db7fc597f102ae02120974c582150bcd18acb95288907f32 pkgname = dust ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Knut Ahlers <knut at ahlers dot me> pkgname=dust -pkgver=1.2.1 +pkgver=1.2.2 pkgrel=1 pkgdesc='A more intuitive version of du in rust' arch=('x86_64') @@ -12,7 +12,7 @@ license=('Apache-2.0') depends=('gcc-libs' 'glibc') makedepends=('cargo' 'git') source=("$pkgname::git+$url#tag=v$pkgver") -sha256sums=('fc74fe7645e948ad37db59df1fdbdffb792232cd7f467d1937dfeddff2afe8c1') +sha256sums=('40cfdffcff40b894db7fc597f102ae02120974c582150bcd18acb95288907f32') prepare() { cd "$pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dust/-/commit/5cf9f279688c87c2cca1fdb6498f00a3df40e365 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dust/-/commit/5cf9f279688c87c2cca1fdb6498f00a3df40e365 You're receiving this email because of your account on gitlab.archlinux.org.