Skip to content
This repository was archived by the owner on Jan 3, 2026. It is now read-only.

Commit 4bf45da

Browse files
committed
fixed sha256 sums
1 parent 16f8fea commit 4bf45da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

aur/build/.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ pkgbase = xfsrtray
77
license = GPL
88
makedepends = cargo
99
source = https://github.com/Byson94/xfsrtray/archive/refs/tags/v1.0.1.tar.gz
10-
sha256sums = fc474faf99cd7d1fdcb2667bce63aaa56519a3027a7797e2de37dd4f9eb5b8d8
10+
sha256sums = 4ced7c5288f46cf658922c849cf6bc0016151be7771f3a8fa75501c6ecbd71a5
1111

1212
pkgname = xfsrtray

aur/build/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license=('GPL')
99
depends=()
1010
makedepends=('cargo')
1111
source=("https://github.com/Byson94/xfsrtray/archive/refs/tags/v${pkgver}.tar.gz")
12-
sha256sums=('fc474faf99cd7d1fdcb2667bce63aaa56519a3027a7797e2de37dd4f9eb5b8d8')
12+
sha256sums=('4ced7c5288f46cf658922c849cf6bc0016151be7771f3a8fa75501c6ecbd71a5')
1313

1414
build() {
1515
cd "$srcdir/${pkgname}-${pkgver}"

0 commit comments

Comments
 (0)