Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/dust-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = dust-bin
gives = dust
pkgver = 1.2.1
pkgver = 1.2.3
pkgdesc = A more intuitive version of du in rust
arch = amd64
breaks = dust
Expand All @@ -9,7 +9,7 @@ pkgbase = dust-bin
breaks = dust-app
maintainer = wizard-28 <[email protected]>
repology = project: du-dust
source = @dust-bin~1.2.1::https://github.com/bootandy/dust/releases/download/v1.2.1/dust-v1.2.1-x86_64-unknown-linux-musl.tar.gz
sha256sums = 15716b5c0df538f30025d2db7c509fc6d5540f4ecc1eaf555e0c639c67ed7abf
source = @dust-bin~1.2.3::https://github.com/bootandy/dust/releases/download/v1.2.3/dust-v1.2.3-x86_64-unknown-linux-musl.tar.gz
sha256sums = 2767e53a07a6f887c95d80dc7b976fbb0f85c24fa19e83704639ff5d67ebfbf4

pkgname = dust-bin
4 changes: 2 additions & 2 deletions packages/dust-bin/dust-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ maintainer=("wizard-28 <[email protected]>")

pkgname="dust-bin"
gives="dust"
pkgver="1.2.1"
pkgver="1.2.3"
pkgdesc="A more intuitive version of du in rust"
source=("@${pkgname}~${pkgver}::https://github.com/bootandy/dust/releases/download/v${pkgver}/dust-v${pkgver}-x86_64-unknown-linux-musl.tar.gz")
breaks=("${gives}" "${gives}-git" "${gives}-deb" "${gives}-app")
sha256sums=("15716b5c0df538f30025d2db7c509fc6d5540f4ecc1eaf555e0c639c67ed7abf")
sha256sums=("2767e53a07a6f887c95d80dc7b976fbb0f85c24fa19e83704639ff5d67ebfbf4")
arch=('amd64')
repology=("project: du-dust")

Expand Down
6 changes: 3 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -2592,7 +2592,7 @@ pkgname = dunst
---
pkgbase = dust-bin
gives = dust
pkgver = 1.2.1
pkgver = 1.2.3
pkgdesc = A more intuitive version of du in rust
arch = amd64
breaks = dust
Expand All @@ -2601,8 +2601,8 @@ pkgbase = dust-bin
breaks = dust-app
maintainer = wizard-28 <[email protected]>
repology = project: du-dust
source = @dust-bin~1.2.1::https://github.com/bootandy/dust/releases/download/v1.2.1/dust-v1.2.1-x86_64-unknown-linux-musl.tar.gz
sha256sums = 15716b5c0df538f30025d2db7c509fc6d5540f4ecc1eaf555e0c639c67ed7abf
source = @dust-bin~1.2.3::https://github.com/bootandy/dust/releases/download/v1.2.3/dust-v1.2.3-x86_64-unknown-linux-musl.tar.gz
sha256sums = 2767e53a07a6f887c95d80dc7b976fbb0f85c24fa19e83704639ff5d67ebfbf4

pkgname = dust-bin
---
Expand Down
Loading