Skip to content

Commit 2f82984

Browse files
committed
update release hash
1 parent 81de440 commit 2f82984

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: dist/pacman/PKGBUILD.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ license=('GPL2')
1010
depends=('python' 'python-yaml' 'python-numpy' 'python-rich' 'python-click')
1111
makedepends=('python-poetry' 'python-build' 'python-installer')
1212
url="https://github.com/mcgillij/amdfan"
13-
#source=("https://github.com/mcgillij/amdfan/releases/download/$pkgver/amdfan-$pkgver.tar.gz")
14-
source=("dist/amdfan-$pkgver.tar.gz")
15-
md5sums=('6e4418082f1cf765d10552117c0895fe')
13+
source=("https://github.com/mcgillij/amdfan/releases/download/$pkgver/amdfan-$pkgver.tar.gz")
14+
#source=("amdfan-$pkgver.tar.gz")
15+
md5sums=('0b93cfba6b58f4b567bd5d5b91b875ec')
1616

1717
build() {
1818
cd "$srcdir/$pkgname-$pkgver"

0 commit comments

Comments
 (0)